From 0dabcd05e6832e843e7b4930d149148043b7a619 Mon Sep 17 00:00:00 2001 From: piyush Date: Mon, 13 Oct 2025 10:53:44 +0530 Subject: [PATCH] chore: rename reference-architecture to reference-architectures and update links --- README.md | 2 +- ibm_catalog.json | 2 +- .../deployable-architecture-cp4d.svg | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {reference-architecture => reference-architectures}/deployable-architecture-cp4d.svg (100%) diff --git a/README.md b/README.md index a8c8b7c5..99ae6519 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The following services are currently supported: - Watson Discovery - Watson Data -![Architecture diagram](../../reference-architecture/deployable-architecture-cp4d.svg) +![Architecture diagram](../../reference-architectures/deployable-architecture-cp4d.svg) diff --git a/ibm_catalog.json b/ibm_catalog.json index 249bc8d1..a0be280b 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -94,7 +94,7 @@ "diagrams": [ { "diagram": { - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp/refs/heads/main/reference-architecture/deployable-architecture-cp4d.svg", + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp/refs/heads/main/reference-architectures/deployable-architecture-cp4d.svg", "caption": "Watsonx (Self-Managed) on Red Hat OpenShift", "type": "image/svg+xml" }, diff --git a/reference-architecture/deployable-architecture-cp4d.svg b/reference-architectures/deployable-architecture-cp4d.svg similarity index 100% rename from reference-architecture/deployable-architecture-cp4d.svg rename to reference-architectures/deployable-architecture-cp4d.svg