diff --git a/docs/developer-guide/nodejs-api.md b/docs/developer-guide/nodejs-api.md index 8bfa9aecbf1..83e5875669f 100644 --- a/docs/developer-guide/nodejs-api.md +++ b/docs/developer-guide/nodejs-api.md @@ -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) - * [LintMessage type](lintmessage) - * [EditInfo type](editinfo) - * [Formatter type](formatter) + * [LintResult type](#-lintresult-type) + * [LintMessage type](#-lintmessage-type) + * [EditInfo type](#-editinfo-type) + * [Formatter type](#-formatter-type) * [SourceCode](#sourcecode) * [splitLines()](#sourcecode-splitlines) * [Linter](#linter)