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: use .md extension for internal links #35191

Merged
merged 3 commits into from Oct 1, 2020
Merged

Commits on Oct 1, 2020

  1. doc: use .md extension for internal links

    This helps catch broken links as part of the test suite. This also
    improves the user experience when browsing the markdown files.
    
    PR-URL: nodejs#35191
    Fixes: nodejs#35189
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and Trott committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    ecf5060 View commit details
    Browse the repository at this point in the history
  2. doc: sort md references in ASCII order

    Refs: nodejs#35244
    
    PR-URL: nodejs#35191
    Fixes: nodejs#35189
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and Trott committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    57f1e32 View commit details
    Browse the repository at this point in the history
  3. tools: check links in api docs

    Fixes: nodejs#35189
    
    PR-URL: nodejs#35191
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and Trott committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    91837e9 View commit details
    Browse the repository at this point in the history