diff --git a/GNUmakefile b/GNUmakefile index 9186f4c..39650e1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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