From f3a47428f89e866e871c4c501553f90021b59d94 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 24 Aug 2021 22:35:41 +0200 Subject: [PATCH] Document where is the source doc --- DEVELOPER_INSTRUCTIONS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DEVELOPER_INSTRUCTIONS.md b/DEVELOPER_INSTRUCTIONS.md index e0a5cf001..b81903edd 100644 --- a/DEVELOPER_INSTRUCTIONS.md +++ b/DEVELOPER_INSTRUCTIONS.md @@ -1,3 +1,14 @@ +Documentation +------------- + +The source of the documentation is available on: + +https://uutils.github.io/coreutils-docs/coreutils/ + +The documentation is updated everyday on this repository: + +https://github.com/uutils/coreutils-docs + Code Coverage Report Generation ---------------------------------