Skip to content

Commit 3c816f1

Browse files
authored
docs: use relative link from CLI to core concepts (#18083)
1 parent 54df731 commit 3c816f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/use/command-line-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ npx eslint --rulesdir my-rules/ --rulesdir my-other-rules/ file.js
327327

328328
#### `--fix`
329329

330-
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.
330+
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.
331331

332332
* **Argument Type**: No argument.
333333

0 commit comments

Comments
 (0)