• Mike Danese's avatar
    mungedocs: fix ignored errors in link checker · 1934fc73
    Mike Danese authored
    Before this change the link checker would ignore errors in a file if
    the last link in a file was correct. The last link would wipe out the
    error variable and set it to nil. Furthermore, it replaced errored
    links with the empty string.
    
    If we find an error that we can't correct, append the error message to
    an an errs slice and leave the string as is.
    Signed-off-by: 's avatarMike Danese <mikedanese@google.com>
    1934fc73
Name
Last commit
Last update
..
testdata Loading commit data...
README.md Loading commit data...
analytics.go Loading commit data...
analytics_test.go Loading commit data...
example_syncer.go Loading commit data...
example_syncer_test.go Loading commit data...
headers.go Loading commit data...
headers_test.go Loading commit data...
kubectl_dash_f.go Loading commit data...
kubectl_dash_f_test.go Loading commit data...
links.go Loading commit data...
links_test.go Loading commit data...
mungedocs.go Loading commit data...
preformatted.go Loading commit data...
preformatted_test.go Loading commit data...
toc.go Loading commit data...
toc_test.go Loading commit data...
unversioned_warning.go Loading commit data...
unversioned_warning_test.go Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...
whitespace.go Loading commit data...
whitespace_test.go Loading commit data...