]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #34566 - ollie27:linkchecker_invalid_urls, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 2 Jul 2016 10:16:49 +0000 (15:46 +0530)
committerGitHub <noreply@github.com>
Sat, 2 Jul 2016 10:16:49 +0000 (15:46 +0530)
Reject invalid urls in linkchecker

For example root-relative links will now be rejected.

Also remove some exceptions which have since been fixed and fix a typo in
the broken redirect handling.


Trivial merge