Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

docker-archive/linkcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web site link checker.

This tool will traverse the url you specify, parse the html, and then check that each URL linked on that page is GET-able. Any linked pages that start with the same url fragment as your original request will also be parsed.

So the following example will test all links on all pages that it finds on that site:

$ ./linkcheck http://some.url.com/

Whereas the next example will only test pages with url's that begin with http://some.url.com/some/sub/section/

$ ./linkcheck http://some.url.com/some/sub/section/