From cb654dbfd07357e90bff244acc9909ba2cffc53a Mon Sep 17 00:00:00 2001 From: dawnofmidnight Date: Wed, 15 Oct 2025 03:20:52 +0000 Subject: [PATCH] tidepool/readme: update links to foundation and lib (#37) A friend was looking at tidepool, and was confused when these were deadlinks. Reviewed-on: https://git.auxolotl.org/auxolotl/labs/pulls/37 Reviewed-by: vlinkz Co-authored-by: dawnofmidnight Co-committed-by: dawnofmidnight --- tidepool/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tidepool/README.md b/tidepool/README.md index feebf29..ed9831b 100644 --- a/tidepool/README.md +++ b/tidepool/README.md @@ -1,9 +1,12 @@ # Aux Tidepool -Aux Tidepool is an initial package set built on top of [Aux Foundation](../foundation). Packages -are created and managed using [Aux Lib](../lib)'s module system to allow for highly dynamic and +Aux Tidepool is an initial package set built on top of [Aux Foundation][foundation]. Packages +are created and managed using [Aux Lib][lib]'s module system to allow for highly dynamic and extensible configuration. +[foundation]: https://git.auxolotl.org/auxolotl/foundation +[lib]: https://git.auxolotl.org/auxolotl/lib + ## Installation Packages can be imported both with and without Nix Flakes. To import them using Nix Flakes,