linkcheck

command module
v0.0.0-...-f1a1913 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2016 License: Apache-2.0 Imports: 6 Imported by: 0

README

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/

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL