aboutsummaryrefslogtreecommitdiff
path: root/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-sc...
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-07 21:40:29 -0300
committerEuAndreh <eu@euandre.org>2021-06-07 21:40:29 -0300
commita5b6d81edc9f87055fa755a73dc8a3c45a16f982 (patch)
tree9f4812a52ad9101abe937b083f7f6b95aee612b9 /_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md
parent/home/andreh/dev/libre/dotfiles/scripts/pastebin.sh: Auto-add _pastebins/2021... (diff)
downloadeuandre.org-a5b6d81edc9f87055fa755a73dc8a3c45a16f982.tar.gz
euandre.org-a5b6d81edc9f87055fa755a73dc8a3c45a16f982.tar.xz
Update link to project websites
Diffstat (limited to '_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md')
-rw-r--r--_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md4
1 files changed, 2 insertions, 2 deletions
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