Skip to content

Commit

Permalink
docs: use relative link from CLI to core concepts (#18083)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Feb 5, 2024
1 parent 54df731 commit 3c816f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/use/command-line-interface.md
Expand Up @@ -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.

Expand Down

0 comments on commit 3c816f1

Please sign in to comment.