mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
README: update links to docs
This commit is contained in:
parent
0b9c829bce
commit
cd9c97f705
1 changed files with 3 additions and 3 deletions
|
@ -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 <https://github.com/uutils/coreutils/issues/3336> for the main meta bugs
|
||||
(many are missing).
|
||||
|
|
Loading…
Reference in a new issue