From a5b6d81edc9f87055fa755a73dc8a3c45a16f982 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 7 Jun 2021 21:40:29 -0300 Subject: Update link to project websites --- _tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_tils') 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 -- cgit v1.2.3