From e1788f4be8cd7d325561f1c16dd05feb4cb3d5cf Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 18 Mar 2024 17:10:06 +0100 Subject: [PATCH] Adjust the link to the doc --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c8ca0d8a3..dbcd7d860 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,10 @@ 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/) -- [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 the [coreutils docs](https://github.com/uutils/uutils.github.io) repository.