diff options
author | EuAndreh <eu@euandre.org> | 2021-10-11 10:37:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-10-11 10:40:34 -0300 |
commit | eaece88913d73661960a055a5c10bdeaa6a19f99 (patch) | |
tree | 3f4c078e225c99766cfb963f825fa5956ac0ee4f /_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md | |
parent | styles.css: Simplify margin, remove "optimizeLegibility" (diff) | |
download | euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.gz euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.xz |
Update link to Git repositories
Diffstat (limited to '')
-rw-r--r-- | _articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md | 4 |
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 8000cc4..fa7078b 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 @@ -190,7 +190,7 @@ In fact, there are more lines of either Makefile (111), README.md (82) or troff The price for such fine-grained control is that this approach requires more manual work. [mallocfail]: https://github.com/ralight/mallocfail -[`fallible_should_fail`]: https://git.euandreh.xyz/fallible/tree/src/fallible.c?id=v0.1.0#n16 +[`fallible_should_fail`]: https://euandreh.xyz/fallible.git/tree/src/fallible.c?id=v0.1.0#n16 ## Usage examples @@ -239,4 +239,4 @@ Packaging it to any other distribution should be trivial, or just downloading th Patches welcome! -[package]: https://git.euandreh.xyz/package-repository/ +[package]: https://euandreh.xyz/package-repository.git/ |