diff options
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 c597b75..96c6f49 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 @@ -194,7 +194,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://euandreh.xyz/fallible.git/tree/src/fallible.c?id=v0.1.0#n16 +[`fallible_should_fail`]: https://euandre.org/git/fallible/tree/src/fallible.c?id=v0.1.0#n16 ## Usage examples @@ -243,4 +243,4 @@ Packaging it to any other distribution should be trivial, or just downloading th Patches welcome! -[package]: https://euandreh.xyz/package-repository.git/ +[package]: https://euandre.org/git/package-repository/ |