From d6d845b3728fea9ed523f0592206b81bc39701ae Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Mon, 11 Sep 2023 13:59:02 +0100 Subject: [PATCH] fixing some broken links --- docs/getting-started.md | 2 +- docs/installation/control-plane-installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 44addeefb..46839f1f5 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -33,5 +33,5 @@ Export environment variables with the keys listed below. Fill in your own values ### What's Next -Now that you have two Kind clusters configured with the Multicluster Gateway Controller installed you are ready to begin [creating gateways](https://docs.kuadrant.io/multicluster-gateway-controller/docs/how-to/ocm-control-plane-walkthrough/#open-terminal-sessions-and-set-cluster-context). +Now that you have two Kind clusters configured with the Multicluster Gateway Controller installed you are ready to begin [the Multicluster Gateways walkthrough.](how-to/multicluster-gateways-walkthrough.md) diff --git a/docs/installation/control-plane-installation.md b/docs/installation/control-plane-installation.md index 59edf357f..7cdcf16c7 100644 --- a/docs/installation/control-plane-installation.md +++ b/docs/installation/control-plane-installation.md @@ -73,7 +73,7 @@ gatewayclass.gateway.networking.k8s.io/kuadrant-multi-cluster-gateway-instance-p ## Creating a ManagedZone -To manage the creation of DNS records, MGC uses [ManagedZone](https://docs.kuadrant.io/multicluster-gateway-controller/docs/how-to/managedZone/) resources. A `ManagedZone` can be configured to use DNS Zones on either AWS (Route53), and GCP. We will now create a ManagedZone on the cluster using AWS credentials. +To manage the creation of DNS records, MGC uses [ManagedZone](../dnspolicy/managed-zone.md) resources. A `ManagedZone` can be configured to use DNS Zones on either AWS (Route53), and GCP. We will now create a ManagedZone on the cluster using AWS credentials. First, export the [environment variables detailed here](https://docs.kuadrant.io/multicluster-gateway-controller/docs/getting-started/#config) in a terminal session.