diff --git a/website/docs/reference/resource-properties/quote.md b/website/docs/reference/resource-properties/quote.md index 50bf4c08c40..41d6fc29e5d 100644 --- a/website/docs/reference/resource-properties/quote.md +++ b/website/docs/reference/resource-properties/quote.md @@ -130,7 +130,7 @@ select user_group as "group" ``` Without setting `quote: true`: -- Schema tests applied to this column may fail due to invalid SQL +- [Data tests](/docs/build/data-tests) applied to this column may fail due to invalid SQL - Documentation may not render correctly, e.g. `group` and `"group"` may not be matched as the same column name. ## Example