From 2d90f145762561916cdc7d4eb2552cc3647fcbaa Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Tue, 26 Sep 2023 07:54:22 -0700 Subject: [PATCH] Fixing typo with generate-reference-docs.py --- .github/scripts/generate-reference-docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/generate-reference-docs.py b/.github/scripts/generate-reference-docs.py index 33a09f55..ca9e642c 100644 --- a/.github/scripts/generate-reference-docs.py +++ b/.github/scripts/generate-reference-docs.py @@ -43,7 +43,7 @@ def generate_reference_table(base_directory, output_filename): primary_identifiers_output = ", ".join(primary_identifiers) notes_output = "" if is_nonidempotent: - notes_output = "\u26a0 This resource type is non-idempotent. See [here](https://github.com/radius-project/bicep-types-aws/blob/main/docs/reference/supported_resources.md) for more information." + notes_output = "\u26a0 This resource type is non-idempotent. See [here](https://github.com/radius-project/bicep-types-aws/blob/main/docs/reference/limitations.md) for more information." aws_resource_type = resource_type.split("::")[1].lower() resource_api_version = "default"