Skip to content

Commit b608d95

Browse files
authored
Chore: fix links to linter guide (#3974)
1 parent dcc43f1 commit b608d95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/concepts/models/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ to `false` causes SQLMesh to disable query canonicalization & simplification. Th
447447
: Whether the model's query will be validated at compile time. This attribute is `false` by default. Setting it to `true` causes SQLMesh to raise an error instead of emitting warnings. This will display invalid columns in your SQL statements along with models containing `SELECT *` that cannot be automatically expanded to list out all columns. This ensures SQL is verified locally before time and money are spent running the SQL in your data warehouse.
448448

449449
!!! warning
450-
This flag is deprecated as of v.0.159.7+ in favor of the [linter](../linter.md). To preserve validation during compilation, the [built-in rules](../linter.md#built-in) that check for correctness should be [configured](../../guides/configuration.md#linter) to error severity.
450+
This flag is deprecated as of v.0.159.7+ in favor of the [linter](../../guides/linter.md). To preserve validation during compilation, the [built-in rules](../../guides/linter.md#built-in-rules) that check for correctness should be [configured](../../guides/linter.md#rule-violation-behavior) to error severity.
451451

452452
### ignored_rules
453453
: Specifies which linter rules should be ignored/excluded for this model.

docs/guides/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ As demonstrated in these examples, the `environment_naming_info` is available wi
11121112

11131113
SQLMesh provides a linter that checks for potential issues in your models' code. Enable it and specify which linting rules to apply in the configuration file's `linter` key.
11141114

1115-
Learn more about linting configuration on the [linting concepts page](../concepts/linter.md).
1115+
Learn more about linting configuration in the [linting guide](./linter.md).
11161116

11171117
### Debug mode
11181118

0 commit comments

Comments
 (0)