Skip to content

Commit dd5110d

Browse files
authored
fix: update link to DA diagram (#27)
1 parent edd8d0a commit dd5110d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
{
114114
"diagram": {
115115
"caption": "Catalog management",
116-
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-catalog-management/main/reference-architecture/catalog.svg",
116+
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-catalog-management/main/reference-architectures/catalog.svg",
117117
"type": "image/svg+xml"
118118
},
119119
"description": "This architecture supports creating an an IBM Cloud catalog"
@@ -264,7 +264,7 @@
264264
{
265265
"diagram": {
266266
"caption": "Catalog VPE object",
267-
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-catalog-management/main/reference-architecture/vpe.svg",
267+
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-catalog-management/main/reference-architectures/vpe.svg",
268268
"type": "image/svg+xml"
269269
},
270270
"description": "This architecture supports creating an an IBM Cloud catalog VPE object"
File renamed without changes.
File renamed without changes.

solutions/catalog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This solution supports provisioning and configuring an IBM Cloud catalog.
44

55
:exclamation: **Important:** This solution is not intended to be called by other modules because it contains a provider configuration and is not compatible with the `for_each`, `count`, and `depends_on` arguments. For more information, see [Providers Within Modules](https://developer.hashicorp.com/terraform/language/modules/develop/providers).
66

7-
![catalog](../../reference-architecture/catalog.svg)
7+
![catalog](../../reference-architectures/catalog.svg)

solutions/vpe-object/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This solution supports provisioning and configuring an IBM Cloud catalog VPE obj
44

55
:exclamation: **Important:** This solution is not intended to be called by other modules because it contains a provider configuration and is not compatible with the `for_each`, `count`, and `depends_on` arguments. For more information, see [Providers Within Modules](https://developer.hashicorp.com/terraform/language/modules/develop/providers).
66

7-
![vpe](../../reference-architecture/vpe.svg)
7+
![vpe](../../reference-architectures/vpe.svg)

0 commit comments

Comments
 (0)