From ab0ac6c532fb7b7d49779c8913146244d680743b Mon Sep 17 00:00:00 2001 From: Gary Moore Date: Wed, 7 Oct 2020 00:45:00 -0400 Subject: [PATCH] Docs: Fix anchor links (#13715) Fix anchor links to LintResult, LintMessage, EditInfo, and Formatter --- docs/developer-guide/nodejs-api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)