From cbe044696fb7633c1eed4faf509a628be60fd68d Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Fri, 15 Nov 2024 10:34:56 +0000 Subject: [PATCH] Fixing the broken links. (#489) (#492) Edited the hyperlinks in the following sections: 1. Air-gapped deployments with Edge Image Builder - sub section: Setting up the management cluster 2. Setting up the management cluster - sub section: Custom folder (cherry picked from commit b80c32adf525bdfb7c2acdd8397a493ecd244352) Co-authored-by: ranjinimn --- asciidoc/guides/air-gapped-eib-deployments.adoc | 2 +- asciidoc/product/atip-management-cluster.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asciidoc/guides/air-gapped-eib-deployments.adoc b/asciidoc/guides/air-gapped-eib-deployments.adoc index ef1c54e7..40885310 100644 --- a/asciidoc/guides/air-gapped-eib-deployments.adoc +++ b/asciidoc/guides/air-gapped-eib-deployments.adoc @@ -393,7 +393,7 @@ replicaset.apps/rancher-webhook-5c87686d68 1 1 1 97s ---- -And when we go to `https://192.168.100.50.sslip.io` and log in with the `adminadminadmin` password that we set earlier, we are greeted with the Rancher dashboard: +And when we go to `\https://192.168.100.50.sslip.io` and log in with the `adminadminadmin` password that we set earlier, we are greeted with the Rancher dashboard: image::air-gapped-rancher.png[] diff --git a/asciidoc/product/atip-management-cluster.adoc b/asciidoc/product/atip-management-cluster.adoc index d0d9c539..811f48b8 100644 --- a/asciidoc/product/atip-management-cluster.adoc +++ b/asciidoc/product/atip-management-cluster.adoc @@ -796,7 +796,7 @@ spec: The `kubernetes/helm/values` folder contains the following files: -- `rancher.yaml`: contains the configuration to create the `Rancher` component. The `$\{INGRESS_VIP\}` must be set properly to define the IP address to be consumed by the `Rancher` component. The URL to access the `Rancher` component will be `https://rancher-$\{INGRESS_VIP\}.sslip.io`. +- `rancher.yaml`: contains the configuration to create the `Rancher` component. The `$\{INGRESS_VIP\}` must be set properly to define the IP address to be consumed by the `Rancher` component. The URL to access the `Rancher` component will be `\https://rancher-$\{INGRESS_VIP\}.sslip.io`. + [,yaml] ----