Skip to content

Commit b1913b3

Browse files
committed
trying to fix the htmltest errors
1 parent 6ec2563 commit b1913b3

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

content/blog/2021-12-31-medical-diagnosis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For a recorded demo deploying the pattern and seeing the dashboards available to
3030

3131
---
3232

33-
To deploy this pattern, follow the instructions outlined on the [getting-started](https://validatedpatterns.io/medical-diagnosis/med-getting-started/) page.
33+
To deploy this pattern, follow the instructions outlined on the [Getting started](/patterns/medical-diagnosis/med-getting-started/) page.
3434

3535
### What's happening?
3636

content/patterns/ansible-edge-gitops/installation-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ OpenShift GitOps is central to this pattern as it is responsible for installing
9393

9494
# ODF (OpenShift Data Foundations)
9595

96-
ODF is the storage framework that is needed to provide resilient storage for OpenShift Virtualization. It is managed via the helm chart [here](https://github.com/validatedpatterns/ansible-edge-gitops/tree/main/charts/hub/openshift-data-foundations). This is basically the same chart that our Medical Diagnosis pattern uses (see [here](/patterns/medical-diagnosis/getting-started/) for details on the Medical Edge pattern's use of storage).
96+
ODF is the storage framework that is needed to provide resilient storage for OpenShift Virtualization. It is managed via the helm chart [here](https://github.com/validatedpatterns/ansible-edge-gitops/tree/main/charts/hub/openshift-data-foundations). This is basically the same chart that our Medical Diagnosis pattern uses (see [here](/patterns/medical-diagnosis/med-getting-started/) for details on the Medical Edge pattern's use of storage).
9797

9898
Please note that this chart will create a Noobaa S3 bucket named nb.epoch_timestamp.cluster-domain which will not be destroyed when the cluster is destroyed.
9999

content/patterns/medical-diagnosis/_index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ include::modules/med-architecture-schema.adoc[leveloffset=+1]
3232
[id="next-steps_med-diag-index"]
3333
== Next steps
3434

35-
* link:med-getting-started[Deploy the pattern]
35+
* link:med-getting-started/#med-deploy-pattern[Deploying the Medical Diagnosis pattern]

content/patterns/medical-diagnosis/med-troubleshooting.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ aliases: /medical-diagnosis/med-troubleshooting/
77
:toc:
88
:imagesdir: /images
99
:_content-type: REFERENCE
10-
1110
include::modules/comm-attributes.adoc[]
1211

1312
include::modules/med-about-makefile.adoc[leveloffset=+1]

modules/med-deploying-med-diag-pattern.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_content-type: PROCEDURE
22
:imagesdir: ../../../images
33

4-
[id="med-deploy-pattern_{context}"]
4+
[id="med-deploy-pattern"]
55
= Deploying the {med-pattern}
66

77
. To apply the changes to your cluster, run the following command:

modules/med-preparing-for-deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Replace instances of PROVIDE_ with your specific configuration
106106
----
107107
+
108108
Save the values-global.yaml file and commit it to your branch:
109-
109+
+
110110
[source,terminal]
111111
----
112112
$ git add values-global.yaml

0 commit comments

Comments
 (0)