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

Merge pull request #2956 from water-ghosts/fix-documentation-link

README: Update link for Developer Documentation
This commit is contained in:
Terts Diepraam 2022-01-29 22:14:51 +01:00 committed by GitHub
commit 5afc3354f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ writing cross-platform code.
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/)
- [Developer Documentation](https://uutils.github.io/coreutils-docs/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.