Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 414 Bytes

detect-broken-links.md

File metadata and controls

executable file
·
18 lines (14 loc) · 414 Bytes
title layout unique_id tab author
Add a news to the home page
code
codepage
code
Emmanuel Bernard

#{page.title}

To detect broken links, you can use rawler.

sudo gem install rawler
rawler http://localhost:4242 --wait 0 > broken-link-report.txt
grep --regexp="200 -" --invert-match broken-link-report.txt