diff options
Diffstat (limited to '')
-rw-r--r-- | _articles/2020-11-07-diy-an-offline-bug-tracker-with-text-files-git-and-email.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_articles/2020-11-07-diy-an-offline-bug-tracker-with-text-files-git-and-email.md b/_articles/2020-11-07-diy-an-offline-bug-tracker-with-text-files-git-and-email.md index 8f9c421..91dcba3 100644 --- a/_articles/2020-11-07-diy-an-offline-bug-tracker-with-text-files-git-and-email.md +++ b/_articles/2020-11-07-diy-an-offline-bug-tracker-with-text-files-git-and-email.md @@ -102,7 +102,7 @@ Even though I keep a `TODOs.md` file on the main branch, you can have a `tasks` These tools are familiar enough that you can adjust it to fit your workflow. -[`TODOs.md`]: https://git.euandreh.xyz/remembering/tree/TODOs.md?id=3f727802cb73ab7aa139ca52e729fd106ea916d0 -[generate an HTML file from it]: https://git.euandreh.xyz/remembering/tree/aux/workflow/TODOs.sh?id=3f727802cb73ab7aa139ca52e729fd106ea916d0 +[`TODOs.md`]: https://euandreh.xyz/remembering.git/tree/TODOs.md?id=3f727802cb73ab7aa139ca52e729fd106ea916d0 +[generate an HTML file from it]: https://euandreh.xyz/remembering.git/tree/aux/workflow/TODOs.sh?id=3f727802cb73ab7aa139ca52e729fd106ea916d0 [publish]: https://euandreh.xyz/remembering/TODOs.html [fossil-tickets]: https://fossil-scm.org/home/doc/trunk/www/bugtheory.wiki |