From a02e30c71ce69ff9f4f15b5ebe8469a01e607703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ois=C3=ADn=20Mac=20Fheara=C3=AD?= Date: Wed, 3 Jun 2026 08:16:12 +0200 Subject: [PATCH] Provide more specific link for tup (#887) The current link for tup is actually about a distro based on git, or something, which is cool, but linking to `/tup` instead gives us a page specifically about tup. Tup tup tup. Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/887 Reviewed-by: Admin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3cdc1d..1ecde7f 100644 --- a/README.md +++ b/README.md @@ -582,7 +582,7 @@ This is a section for repos that are similar to this one either because they are > that try to address perceived deficiencies in `make` and its derivatives. > * [Ninja](https://ninja-build.org/) - standalone or as the backend of a meta-build tool like [CMake](https://cmake.org/) or [Meson](http://mesonbuild.com/) > * [redo](https://redo.readthedocs.io/) -> * [tup](https://gittup.org/) +> * [tup](https://gittup.org/tup) ## Cheat Sheets and Documentation