From 49534dcb20062f69796a9457e9e481244b831d5b Mon Sep 17 00:00:00 2001 From: Puria Nafisi Azizi Date: Sun, 1 Oct 2023 04:22:43 +0200 Subject: [PATCH] Enhance reporting broken urls --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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