diff options
Diffstat (limited to '')
-rw-r--r-- | _tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md b/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md index 7c72d2f..3336482 100644 --- a/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md +++ b/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md @@ -57,7 +57,7 @@ simple HTML file to make the logs available ([example project][ci-logs]) through the browser. [post-receive]: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks -[ci-logs]: https://euandreh.xyz/remembering/ +[ci-logs]: https://euandreh.xyz/remembering/ci.html ## Upsides |