From 5769cc23eca7197bb5993a0201cc269a056d4dfd Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 26 Jan 2022 20:49:44 -0500 Subject: [PATCH] docs: fix relative link (#15544) --- 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 ca07415cd2b..0bce3055519 100644 --- a/docs/developer-guide/nodejs-api.md +++ b/docs/developer-guide/nodejs-api.md @@ -745,7 +745,7 @@ const ruleTester = new RuleTester({ parserOptions: { ecmaVersion: 2015 } }); The `RuleTester#run()` method is used to run the tests. It should be passed the following arguments: * The name of the rule (string) -* The rule object itself (see ["working with rules"](./working-with-rules)) +* The rule object itself (see ["working with rules"](./working-with-rules.md)) * An object containing `valid` and `invalid` properties, each of which is an array containing test cases. A test case is an object with the following properties: