Skip to content

Commit b8babd4

Browse files
committed
Fix internal links
1 parent fe13ed1 commit b8babd4

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
@@ -10,4 +10,4 @@ build: install
1010
bundle exec jekyll build
1111

1212
check_links: build
13-
bundle exec htmlproofer --ignore_empty_alt true --ignore_missing_alt true --allow_missing_href=true --ignore-status-codes "0,301,403,999" ./_site
13+
bundle exec htmlproofer --ignore_empty_alt true --ignore_missing_alt true --swap-urls "^\/426:" --allow_missing_href=true --ignore-status-codes "0,301,403,999" ./_site

0 commit comments

Comments
 (0)