From 475d72a5c5f06a06baee594ca6c1435fafc977b8 Mon Sep 17 00:00:00 2001 From: piyush Date: Mon, 13 Oct 2025 10:55:27 +0530 Subject: [PATCH] chore: rename reference-architecture to reference-architectures and update links --- ibm_catalog.json | 2 +- .../deployable-architecture-logs-agent.svg | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {reference-architecture => reference-architectures}/deployable-architecture-logs-agent.svg (100%) diff --git a/ibm_catalog.json b/ibm_catalog.json index d0f92686..0b276059 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -195,7 +195,7 @@ "diagrams": [ { "diagram": { - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-logs-agent/refs/heads/main/reference-architecture/deployable-architecture-logs-agent.svg", + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-logs-agent/refs/heads/main/reference-architectures/deployable-architecture-logs-agent.svg", "caption": "Logs Agent topology", "type": "image/svg+xml" }, diff --git a/reference-architecture/deployable-architecture-logs-agent.svg b/reference-architectures/deployable-architecture-logs-agent.svg similarity index 100% rename from reference-architecture/deployable-architecture-logs-agent.svg rename to reference-architectures/deployable-architecture-logs-agent.svg