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