Skip to content

Commit

Permalink
Enhance reporting broken urls
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Oct 1, 2023
1 parent 5a4cf26 commit 49534dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

broken-links:
curl 'https://broken.dyne.org/api/collections/broken_links/records?fields=href' | jq .items[].href | sort | uniq
curl 'https://broken.dyne.org/api/collections/broken_links/records?fields=href&perPage=1000' | jq .items[].href | sort | uniq -c | sort -nr -k1,1

0 comments on commit 49534dc

Please sign in to comment.