From 23ec19596254f72495f50c951185c636354d8423 Mon Sep 17 00:00:00 2001 From: Eli Youngs Date: Sat, 29 Jan 2022 12:55:07 -0800 Subject: [PATCH] Fix 404 link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26d2e0ca1..5a663b474 100644 --- a/README.md +++ b/README.md @@ -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.