From 7f1484690665b4f4b9cd9680ca8bb7b5cf56e48a Mon Sep 17 00:00:00 2001 From: Kai Cataldo Date: Tue, 19 May 2020 12:40:50 -0400 Subject: [PATCH] Docs: fix broken link in Node.js API docs (#13307) As noted in https://github.com/eslint/eslint/pull/13302, this link is currently broken. --- 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 e980445447c..991a1cbcd26 100644 --- a/docs/developer-guide/nodejs-api.md +++ b/docs/developer-guide/nodejs-api.md @@ -1378,7 +1378,7 @@ ruleTester.run("my-rule", myRule, { --- -[configuration object]: ../user-guide/configuring.md +[configuration object]: ../user-guide/configuring [builtin-formatters]: https://eslint.org/docs/user-guide/formatters/ [thirdparty-formatters]: https://www.npmjs.com/search?q=eslintformatter [eslint]: #eslint-class