Skip to content

Commit c0be5cc

Browse files
committed
Update Makefile
1 parent 9f4023a commit c0be5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ lesson-check :
9393

9494
## lesson-check-all : validate lesson Markdown, checking line lengths and trailing whitespace.
9595
lesson-check-all :
96-
@bin/lesson_check.py -s . -p ${PARSER} -l -w --permissive
96+
@bin/lesson_check.py -s . -p ${PARSER} -r _includes/links.md -l -w --permissive
9797

9898
## unittest : run unit tests on checking tools.
9999
unittest :

0 commit comments

Comments
 (0)