From cd9c97f7058b9e4c79d16cc216d2d57d35d02559 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Mon, 21 Aug 2023 22:49:17 +0200 Subject: [PATCH] README: update links to docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4929224d1..c5b4609c9 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ that scripts can be easily transferred between platforms. uutils has both user and developer documentation available: -- [User Manual](https://uutils.github.io/user/) -- [Developer Documentation](https://uutils.github.io/dev/coreutils/) +- [User Manual](https://uutils.github.io/coreutils/book/) +- [Developer Documentation](https://uutils.github.io/dev/coreutils/) (currently offline, you can use docs.rs in the meantime) Both can also be generated locally, the instructions for that can be found in the [coreutils docs](https://github.com/uutils/uutils.github.io) repository. @@ -303,7 +303,7 @@ make PREFIX=/my/path uninstall Below is the evolution of how many GNU tests uutils passes. A more detailed breakdown of the GNU test results of the main branch can be found -[in the user manual](https://uutils.github.io/user/test_coverage.html). +[in the user manual](https://uutils.github.io/coreutils/book/test_coverage.html). See for the main meta bugs (many are missing).