From 76035deaaeeef1097d24b76feae7f6df5b0a86ae Mon Sep 17 00:00:00 2001 From: david Date: Thu, 21 Dec 2023 12:30:58 +0100 Subject: [PATCH] testing links in markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f18396..cac5915 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ My personal collection of handy scripts. mostly bash. | Name | Description | | :--- | :---------- | -| [ci.sh](scripts#cish) | A poor man's CI system | -| [restic-backup.sh](scripts#restic-backup.sh) | Simple wrapper script for [Restic](https://github.com/restic/restic) | +| [ci.sh](/david/scripts#cish) | A poor man's CI system | +| [restic-backup.sh](/david/scripts#restic-backupsh) | Simple wrapper script for [Restic](https://github.com/restic/restic) | ## ci.sh