diff --git a/DEVELOPER_INSTRUCTIONS.md b/DEVELOPER_INSTRUCTIONS.md index d6171bef8..28deb2677 100644 --- a/DEVELOPER_INSTRUCTIONS.md +++ b/DEVELOPER_INSTRUCTIONS.md @@ -3,11 +3,11 @@ Documentation The source of the documentation is available on: -https://uutils.github.io/coreutils-docs/coreutils/ +https://uutils.github.io/dev/coreutils/ The documentation is updated everyday on this repository: -https://github.com/uutils/coreutils-docs +https://github.com/uutils/uutils.github.io/ Running GNU tests ----------------- diff --git a/README.md b/README.md index 519da1795..6c75db838 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ writing cross-platform code. ## Documentation uutils has both user and developer documentation available: -- [User Manual](https://uutils.github.io/coreutils-docs/user/) -- [Developer Documentation](https://uutils.github.io/coreutils-docs/dev/coreutils/) +- [User Manual](https://uutils.github.io/user/) +- [Developer Documentation](https://uutils.github.io/dev/coreutils/) Both can also be generated locally, the instructions for that can be found in the -[coreutils docs](https://github.com/uutils/coreutils-docs) repository. +[coreutils docs](https://github.com/uutils/uutils.github.io) repository. ## Requirements @@ -349,7 +349,7 @@ $ make UTILS='UTILITY_1 UTILITY_2' RUNTEST_ARGS='-v' busytest 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/coreutils-docs/user/test_coverage.html). +[in the user manual](https://uutils.github.io/user/test_coverage.html). ![Evolution over time](https://github.com/uutils/coreutils-tracking/blob/main/gnu-results.png?raw=true)