From c6913fcf2362f333ba19ee4fefe03f27d6afb3a7 Mon Sep 17 00:00:00 2001 From: Brandon Mills Date: Fri, 18 Jun 2021 16:37:56 -0400 Subject: [PATCH] Docs: Fix getRulesMetaForResults link syntax I caught the correct name of the anchor tag but missed the use of parens instead of square braces. --- docs/developer-guide/nodejs-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/nodejs-api.md b/docs/developer-guide/nodejs-api.md index 8d25c6e986d..daa56e76479 100644 --- a/docs/developer-guide/nodejs-api.md +++ b/docs/developer-guide/nodejs-api.md @@ -10,7 +10,7 @@ While ESLint is designed to be run on the command line, it's possible to use ESL * [constructor()][eslint-constructor] * [lintFiles()][eslint-lintfiles] * [lintText()][eslint-linttext] - * [getRulesMetaForResults()](eslint-getrulesmetaforresults) + * [getRulesMetaForResults()][eslint-getrulesmetaforresults] * [calculateConfigForFile()][eslint-calculateconfigforfile] * [isPathIgnored()][eslint-ispathignored] * [loadFormatter()][eslint-loadformatter]