Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crawl https://git-scm.com looking for broken links #986

Closed
wants to merge 1 commit into from

Commits on Mar 16, 2017

  1. crawl https://git-scm.com looking for broken links

    Adds a build matrix entry that uses the broken-link-checker node module to crawl
    https://git-scm.com, searching through the site recursively, and attempting all
    links, reporting if they succeed or fail. This should make it easier to identify
    broken links on the site. (Closes git#957.)
    
    Also moves the sudo: line to the top of the file for style (it's a global build
    matrix configuration, so it only seems right that it belongs with the other
    global config settings up top).
    Samuel Lijin committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    100f8c5 View commit details
    Browse the repository at this point in the history