aboutsummaryrefslogtreecommitdiff
path: root/_articles
diff options
context:
space:
mode:
Diffstat (limited to '_articles')
-rw-r--r--_articles/2020-11-07-diy-an-offline-bug-tracker-with-text-files-git-and-email.md2
-rw-r--r--_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md2
-rw-r--r--_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md4
3 files changed, 4 insertions, 4 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 1dcf5d2..2bec42b 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
@@ -99,5 +99,5 @@ These tools are familiar enough that you can adjust it to fit your workflow.
[todos-org]: https://git.euandreh.xyz/mediator/tree/TODOs.org
[org-mode-to-html]: https://git.euandreh.xyz/mediator/tree/scripts/build-site.sh?id=db4a727bc24b54b50158827b34502de21dbf8948#n14
-[published-todos]: https://mediator.euandreh.xyz/tasks-and-bugs.html
+[published-todos]: https://euandreh.xyz/mediator/TODOs.html
[fossil-tickets]: https://fossil-scm.org/home/doc/trunk/www/bugtheory.wiki
diff --git a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md
index 4d88cb7..12f3cd1 100644
--- a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md
+++ b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md
@@ -27,7 +27,7 @@ But now I had this thing, yeganesh, that solved this problem for dmenu, but didn
I initially considered patching yeganesh to support it, but I found it more coupled to dmenu than I would desire.
I'd rather have something that knows nothing about dmenu, fzf or anything, but enhances tools like those in a useful way.
-[remembering]: https://remembering.euandreh.xyz
+[remembering]: https://euandreh.xyz/remembering/
[dmenu]: https://tools.suckless.org/dmenu/
[fzf]: https://github.com/junegunn/fzf
[yeganesh]: http://dmwit.com/yeganesh/
diff --git a/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md b/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md
index 4879054..7bb4356 100644
--- a/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md
+++ b/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md
@@ -14,7 +14,7 @@ ref: ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios
Yesterday I pushed v0.1.0 of [fallible], a miniscule library for fault-injection and stress-testing C programs.
-[fallible]: https://fallible.euandreh.xyz
+[fallible]: https://euandreh.xyz/fallible/
## Existing solutions
@@ -222,7 +222,7 @@ Valgrind failed when we did not expect it to:
# exit status is 1
```
-[fallible-check]: https:/fallible.euandreh.xyz/fallible-check.1.html
+[fallible-check]: https://euandreh.xyz/fallible/fallible-check.1.html
## Conclusion