1
0
mirror of https://github.com/uutils/coreutils synced 2024-06-29 05:54:27 +00:00

Readme: fix links to docs

This commit is contained in:
Daniel Hofstetter 2024-04-04 14:51:47 +02:00 committed by Ben Wiederhake
parent 082528d6de
commit d11878403c

View File

@ -53,7 +53,7 @@ that scripts can be easily transferred between platforms.
## Documentation
uutils has both user and developer documentation available:
- [User Manual](https://uutils.github.io/coreutils/book/)
- [User Manual](https://uutils.github.io/coreutils/docs/)
- [Developer Documentation](https://docs.rs/crate/coreutils/)
Both can also be generated locally, the instructions for that can be found in
@ -302,7 +302,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/coreutils/book/test_coverage.html).
[in the user manual](https://uutils.github.io/coreutils/docs/test_coverage.html).
See <https://github.com/orgs/uutils/projects/1> for the main meta bugs
(many are missing).