summaryrefslogtreecommitdiff
path: root/misc/linkcheck
Commit message (Collapse)AuthorAgeFilesLines
* misc/linkcheck: better redirect handling, use meaningful exit codeAndrew Gerrand2013-10-251-32/+58
| | | | | | | | | | | | | Prevent linkcheck from following redirects that lead beyond the outside the root URL. Return a non-zero exit code when there are problems. Some minor refactoring for clarity. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/14425049
* misc: add linkcheck toolBrad Fitzpatrick2013-08-291-0/+167
Fixes #5378 R=golang-dev, r CC=golang-dev https://golang.org/cl/13247044