From 3c816f193eecace5efc6166efa2852a829175ef8 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Mon, 5 Feb 2024 03:12:12 +0100 Subject: [PATCH] docs: use relative link from CLI to core concepts (#18083) --- docs/src/use/command-line-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/use/command-line-interface.md b/docs/src/use/command-line-interface.md index daa2225d790..f1ceddfd8f3 100644 --- a/docs/src/use/command-line-interface.md +++ b/docs/src/use/command-line-interface.md @@ -327,7 +327,7 @@ npx eslint --rulesdir my-rules/ --rulesdir my-other-rules/ file.js #### `--fix` -This option instructs ESLint to try to [fix](https://eslint.org/docs/latest/use/core-concepts#rule-fixes) as many issues as possible. The fixes are made to the actual files themselves and only the remaining unfixed issues are output. +This option instructs ESLint to try to [fix](core-concepts#rule-fixes) as many issues as possible. The fixes are made to the actual files themselves and only the remaining unfixed issues are output. * **Argument Type**: No argument.