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: