From 8e36f21343e3cb9bc4b496387fee2eb397412602 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 25 Jan 2022 19:45:08 -0500 Subject: [PATCH] chore: fix relative link --- 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: