From 3daed1f1087df049252e4ec47d26c6341225c4de Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 28 Jan 2022 20:40:54 +0100 Subject: [PATCH] fix urls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfc4becff..f80764b14 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ mdbook build ``` It is available on: -https://uutils.github.io/coreutils-docs/coreutils/user/ +https://uutils.github.io/coreutils-docs/user/ # Developer documentation: The code documentation is generated daily from the https://github.com/uutils/coreutils repository. It is available on: -https://uutils.github.io/coreutils-docs/coreutils/dev/ +https://uutils.github.io/coreutils-docs/dev/ The pages are committed daily into the gh-pages branch.