We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbc35f commit 5769cc2Copy full SHA for 5769cc2
docs/developer-guide/nodejs-api.md
@@ -745,7 +745,7 @@ const ruleTester = new RuleTester({ parserOptions: { ecmaVersion: 2015 } });
745
The `RuleTester#run()` method is used to run the tests. It should be passed the following arguments:
746
747
* The name of the rule (string)
748
-* The rule object itself (see ["working with rules"](./working-with-rules))
+* The rule object itself (see ["working with rules"](./working-with-rules.md))
749
* An object containing `valid` and `invalid` properties, each of which is an array containing test cases.
750
751
A test case is an object with the following properties:
0 commit comments