Skip to content

Commit e6fc96d

Browse files
authored
Update check_xrefs.sh
1 parent 61feff9 commit e6fc96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ while IFS=: read -r filepath link; do
2424
fi
2525
done < <(
2626
git --no-pager grep --no-color -I -o -E \
27-
'\[[^]]+\]\([^)]*/[^)]*\)|href="[^"]*/[^"]*"|src="[^"]*/[^"]*"' \
27+
'\[[^]]+\]\([^[:space:])]*/[^[:space:])]*\)|href="[^"]*/[^"]*"|src="[^"]*/[^"]*"' \
2828
-- '*' \
2929
':(exclude).*' \
3030
':(exclude)**/.*' \

0 commit comments

Comments
 (0)