From 95b54f9ee8ed451aa2346a448a539a3553bff352 Mon Sep 17 00:00:00 2001 From: piyush Date: Mon, 13 Oct 2025 10:42:28 +0530 Subject: [PATCH] chore: rename reference-architecture to reference-architectures and update links --- ibm_catalog.json | 4 ++-- .../deployable-architecture-postgresql.svg | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {reference-architecture => reference-architectures}/deployable-architecture-postgresql.svg (100%) diff --git a/ibm_catalog.json b/ibm_catalog.json index ef94cdf7..f93614b2 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -103,7 +103,7 @@ { "diagram": { "caption": "Databases for PostgreSQL instance on IBM Cloud", - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-icd-postgresql/main/reference-architecture/deployable-architecture-postgresql.svg", + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-icd-postgresql/main/reference-architectures/deployable-architecture-postgresql.svg", "type": "image/svg+xml" }, "description": "This architecture supports creating and configuring an instance of Databases for PostgreSQL instance with KMS encryption." @@ -478,7 +478,7 @@ { "diagram": { "caption": "Databases for PostgreSQL instance on IBM Cloud", - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-icd-postgresql/main/reference-architecture/deployable-architecture-postgresql.svg", + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-icd-postgresql/main/reference-architectures/deployable-architecture-postgresql.svg", "type": "image/svg+xml" }, "description": "This architecture supports creating and configuring an instance of Databases for PostgreSQL instance with KMS encryption." diff --git a/reference-architecture/deployable-architecture-postgresql.svg b/reference-architectures/deployable-architecture-postgresql.svg similarity index 100% rename from reference-architecture/deployable-architecture-postgresql.svg rename to reference-architectures/deployable-architecture-postgresql.svg