1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #6093 from uutils/sylvestre-patch-3

Adjust the link to the doc
This commit is contained in:
Daniel Hofstetter 2024-03-23 13:44:44 +01:00 committed by GitHub
commit ca3037de87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,11 +51,10 @@ that scripts can be easily transferred between platforms.
<div class="oranda-hide"> <div class="oranda-hide">
## 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/book/)
- [Developer Documentation](https://uutils.github.io/dev/coreutils/) (currently offline, you can use docs.rs in the meantime) - [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
the [coreutils docs](https://github.com/uutils/uutils.github.io) repository. the [coreutils docs](https://github.com/uutils/uutils.github.io) repository.