We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61feff9 commit e6fc96dCopy full SHA for e6fc96d
scripts/check_links.sh
@@ -24,7 +24,7 @@ while IFS=: read -r filepath link; do
24
fi
25
done < <(
26
git --no-pager grep --no-color -I -o -E \
27
- '\[[^]]+\]\([^)]*/[^)]*\)|href="[^"]*/[^"]*"|src="[^"]*/[^"]*"' \
+ '\[[^]]+\]\([^[:space:])]*/[^[:space:])]*\)|href="[^"]*/[^"]*"|src="[^"]*/[^"]*"' \
28
-- '*' \
29
':(exclude).*' \
30
':(exclude)**/.*' \
0 commit comments