Skip to content

Commit

Permalink
Docs: Update anchor links to use existing linkrefs (refs #13715) (#13741
Browse files Browse the repository at this point in the history
)

This is a partial follow-up to some future work pointed out by
@mdjermanovic in #13715. @mdjermanovic, feel free to take over this
branch or close this PR in favor of another that does this as part of
the more complete update you had in mind.
  • Loading branch information
btmills committed Oct 9, 2020
1 parent 2c6d774 commit d973675
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/developer-guide/nodejs-api.md
Expand Up @@ -16,10 +16,10 @@ While ESLint is designed to be run on the command line, it's possible to use ESL
* [static version][eslint-version]
* [static outputFixes()][eslint-outputFixes]
* [static getErrorResults()][eslint-getErrorResults]
* [LintResult type](#-lintresult-type)
* [LintMessage type](#-lintmessage-type)
* [EditInfo type](#-editinfo-type)
* [Formatter type](#-formatter-type)
* [LintResult type][lintresult]
* [LintMessage type][lintmessage]
* [EditInfo type][editinfo]
* [Formatter type][formatter]
* [SourceCode](#sourcecode)
* [splitLines()](#sourcecode-splitlines)
* [Linter](#linter)
Expand Down

0 comments on commit d973675

Please sign in to comment.