diff options
author | EuAndreh <eu@euandre.org> | 2021-06-08 13:22:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-08 13:23:38 -0300 |
commit | bb8dd12b0c5207d421e8ae20743e01073d285202 (patch) | |
tree | 23412043e37b9c2e5b3fca96fc8fe680d8b98a95 /_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md | |
parent | Makefile: Disable aux/workflow/public.sh for now (diff) | |
download | euandre.org-bb8dd12b0c5207d421e8ae20743e01073d285202.tar.gz euandre.org-bb8dd12b0c5207d421e8ae20743e01073d285202.tar.xz |
_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md: Fix link to example project
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 |