From a92312b3105bceb0cd779489a363ec2707e75a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pavl=C3=ADk?= Date: Thu, 20 Mar 2025 12:33:08 +0100 Subject: [PATCH] Fix mention of README in Makefile The message probably refers to the "Building documentation" section that has been moved to CONTRIBUTING.md in a2af062. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e14857ed00c..f1829b96046 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,7 @@ docs_logger: compile ../ex_doc/bin/ex_doc $(call DOCS_CONFIG,logger) ../ex_doc/bin/ex_doc: - @ echo "ex_doc is not found in ../ex_doc as expected. See README for more information." + @ echo "ex_doc is not found in ../ex_doc as expected. See CONTRIBUTING.md for more information." @ false #==> Zip tasks