Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jun 24, 2024
1 parent 93c5714 commit ecbc27e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/check-broken-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ for file in "${TARGETS[@]}"; do
echo "Checking ${file}"
grep -oE "\b(https?://|www\.)[^\[\(\)\"]+\b" "${file}" \
| linkchecker --no-warnings --recursion-level 0 --output failures --check-extern --stdin \
# For some reason linkchecker fails to check this URL though it is valid
--ignore-url https://img.shields.io/matrix/plutus-core%3Amatrix.org
--ignore-url https://img.shields.io/matrix/plutus-core%3Amatrix.org # For some reason linkchecker fails to check this URL though it is valid
if [ $? -ne 0 ]; then
echo "${file} has broken links, see output above"
FAILED=1
Expand Down

0 comments on commit ecbc27e

Please sign in to comment.