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

doc: fix more broken links #32586

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 31, 2020

  1. doc: improve markdown link checker

    - Test link definitions too
    - Report all broken links in a file, not just the first one
    - Avoid use of workers (launching ~90 workers has substantial
      overhead, and in my 4-core machine it is slower than not using
      them at all) & other simplifications
    
    Refs: nodejs#32359
    mildsunrise committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    18f14bb View commit details
    Browse the repository at this point in the history
  2. doc: fix more links

    Fix broken links found by the checker, and exclude
    test/fixtures as it contains invalid links.
    
    Also exclude doc/changelogs because they're huge files
    which take very long to parse, and (IIRC) are auto-generated
    anyway.
    
    (Oh and also a nit at the README next to my link)
    mildsunrise committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8bc34c7 View commit details
    Browse the repository at this point in the history