aboutsummaryrefslogtreecommitdiff
path: root/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md5
1 files changed, 3 insertions, 2 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 7abda30..7c72d2f 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
@@ -53,10 +53,11 @@ Lines #10 to #13 create a fresh clone of the repository and line #20 runs the
test command.
After using a similar post-receive hook for a while, I now even generate a
-simple HTML file to make the [logs available][ci-logs] through the browser.
+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://ci.euandreh.xyz/
+[ci-logs]: https://euandreh.xyz/remembering/
## Upsides