Skip to content

Commit

Permalink
update site URL
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Nov 14, 2022
1 parent e96bcfd commit 5a6ca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/test-links.sh
Expand Up @@ -2,4 +2,4 @@

cut -d '#' -f 1 links.txt | sort | uniq > links.tmp
mv links.tmp links.txt
wget -O- -i links.txt -B https://docs.perl6.org --method=HEAD 2>&1 | perl -ne '$_ =~ s/(.+)\n$/$1 /; print $_' | grep -v '200 OK'
wget -O- -i links.txt -B https://docs.raku.org --method=HEAD 2>&1 | perl -ne '$_ =~ s/(.+)\n$/$1 /; print $_' | grep -v '200 OK'

0 comments on commit 5a6ca6d

Please sign in to comment.