Skip to content

Commit c537dd9

Browse files
committed
add the kw 'broken' to linkcheck help newbies debug errors
1 parent 7f2c8da commit c537dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

newsfeed/demo/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ changes:
158158
linkcheck:
159159
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
160160
@echo
161-
@echo "Link check complete; look for any errors in the above output " \
162-
"or in $(BUILDDIR)/linkcheck/output.txt."
161+
@echo "Link check complete; look for any errors (like 'broken') in the " \
162+
"above output or in $(BUILDDIR)/linkcheck/output.txt."
163163

164164
doctest:
165165
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest

0 commit comments

Comments
 (0)