Skip to content

Commit a92312b

Browse files
committed
Fix mention of README in Makefile
The message probably refers to the "Building documentation" section that has been moved to CONTRIBUTING.md in a2af062.
1 parent b08eea7 commit a92312b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ docs_logger: compile ../ex_doc/bin/ex_doc
224224
$(call DOCS_CONFIG,logger)
225225

226226
../ex_doc/bin/ex_doc:
227-
@ echo "ex_doc is not found in ../ex_doc as expected. See README for more information."
227+
@ echo "ex_doc is not found in ../ex_doc as expected. See CONTRIBUTING.md for more information."
228228
@ false
229229

230230
#==> Zip tasks

0 commit comments

Comments
 (0)