From 5e2a5578c9428975aab99eafdd31f60f064bdee5 Mon Sep 17 00:00:00 2001 From: Mark DeCrane Date: Mon, 20 Nov 2023 09:00:01 -0500 Subject: [PATCH] chore: fix link in upgrade guide --- website/docs/cdktf/release/upgrade-guide-v0-17.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cdktf/release/upgrade-guide-v0-17.mdx b/website/docs/cdktf/release/upgrade-guide-v0-17.mdx index 4d5b302606..73b5ff0ea3 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-17.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-17.mdx @@ -16,7 +16,7 @@ A few individual Terraform Resources have very deeply nested schemas with a lot - `aws_quicksight_template.definition`, `aws_quicksight_dashboard.definition`, and `aws_quicksight_analysis.definition` are set to `any` -This means when configuring these attributes you need to pass in the configuration as objects and with snake case keys. Alternatively you can also use the [escape hatch](concepts/resources#escape-hatch). +This means when configuring these attributes you need to pass in the configuration as objects and with snake case keys. Alternatively you can also use the [escape hatch](/terraform/cdktf/concepts/resources#escape-hatch). ### Removal: The feature flags that go into the `context` field of the `cdktf.json` file were removed