From 1b8997ab63781f4ebf87e3269400b2ef4c7d2973 Mon Sep 17 00:00:00 2001 From: Brandon Mills Date: Sat, 19 Jun 2021 21:51:05 -0400 Subject: [PATCH] Docs: Fix getRulesMetaForResults link syntax (#14723) 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]