diff --git a/docs/concepts/linter.md b/docs/guides/linter.md similarity index 99% rename from docs/concepts/linter.md rename to docs/guides/linter.md index 14b28bd0ab..023d6bdee9 100644 --- a/docs/concepts/linter.md +++ b/docs/guides/linter.md @@ -111,7 +111,7 @@ Error: Linter detected errors in the code. Please fix them before proceeding. ## Applying linting rules -Specify which linting rules a project should apply in the project's [configuration file](../guides/configuration.md). +Specify which linting rules a project should apply in the project's [configuration file](./configuration.md). Rules are specified as lists of rule names under the `linter` key. Globally enable or disable linting with the `enabled` key, which is `false` by default.