mirror of
https://github.com/uutils/coreutils
synced 2024-11-10 07:04:16 +00:00
Readme: fix links to docs
This commit is contained in:
parent
082528d6de
commit
d11878403c
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ that scripts can be easily transferred between platforms.
|
||||||
## Documentation
|
## Documentation
|
||||||
uutils has both user and developer documentation available:
|
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/)
|
- [Developer Documentation](https://docs.rs/crate/coreutils/)
|
||||||
|
|
||||||
Both can also be generated locally, the instructions for that can be found in
|
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
|
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
|
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
|
See <https://github.com/orgs/uutils/projects/1> for the main meta bugs
|
||||||
(many are missing).
|
(many are missing).
|
||||||
|
|
Loading…
Reference in a new issue