Skip to content

Commit

Permalink
docs: remove space from broken URL check DOC-1346 (#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz authored Aug 20, 2024
1 parent 689d3d3 commit 5c2d770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ verify-security-bulletins-links-ci: ## Check for broken URLs in production in a
--skip "\.(jpg|jpeg|png|gif|webp)$$" \
--skip "https:\/\/linux\.die\.net\/man\/.*$$" \
--skip "https:\/\/mysql\.com\/.*\.*$$" \
--skip "https:\/\/dev\.mysql\.com\/doc\/.*$$" \
--skip "https:\/\/dev\.mysql\.com\/doc\/.*$$" \
--format json > temp_sec_bul_report.json
@# Use jq to filter out links that do not start with http or https and keep only broken links
@jq '[.links[] | select(.url | test("^https?://")) | select(.status >= 400)]' temp_sec_bul_report.json > filtered_sec_bul_report.json
Expand Down

0 comments on commit 5c2d770

Please sign in to comment.