diff --git a/website/docs/language/checks/index.mdx b/website/docs/language/checks/index.mdx index c4106007ee..fe0c45b09a 100644 --- a/website/docs/language/checks/index.mdx +++ b/website/docs/language/checks/index.mdx @@ -65,7 +65,7 @@ Unlike other [custom conditions](/terraform/language/expressions/custom-conditio Condition arguments within `assert` blocks can refer to scoped data sources within the enclosing `check` block and any variables, resources, data sources, or module outputs within the current module. -[Learn more about assertions](/terraform/language/expressions/custom-conditions#check-assertions). +[Learn more about assertions](/terraform/language/expressions/custom-conditions#checks-with-assertions). ### Meta-Arguments