Skip to content

Commit 5769cc2

Browse files
authored
docs: fix relative link (#15544)
1 parent ccbc35f commit 5769cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-guide/nodejs-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ const ruleTester = new RuleTester({ parserOptions: { ecmaVersion: 2015 } });
745745
The `RuleTester#run()` method is used to run the tests. It should be passed the following arguments:
746746

747747
* The name of the rule (string)
748-
* The rule object itself (see ["working with rules"](./working-with-rules))
748+
* The rule object itself (see ["working with rules"](./working-with-rules.md))
749749
* An object containing `valid` and `invalid` properties, each of which is an array containing test cases.
750750

751751
A test case is an object with the following properties:

0 commit comments

Comments
 (0)