From bb1f6200137b487ad4fa4d7b2d43cbbf97171f0a Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Mon, 29 Jan 2024 15:51:29 +0000 Subject: [PATCH] fixing broken links --- README.md | 4 ++-- docs/managed-zone.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 36932f13..aea04063 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ When deploying the multicluster gateway controller using the make targets, the f * go >= 1.21 ### 1. Running the controller in the cluster: -1. Set up your DNS Provider by following these [steps](providers/providers.md) +1. Set up your DNS Provider by following these [steps](./docs/dnspolicy/dns-provider.md) 1. Setup your local environment ```sh @@ -63,7 +63,7 @@ When deploying the multicluster gateway controller using the make targets, the f ``` ## 2. Running the controller locally: -1. Set up your DNS Provider by following these [steps](providers/providers.md) +1. Set up your DNS Provider by following these [steps](./docs/dnspolicy/dns-provider.md) 1. Setup your local environment diff --git a/docs/managed-zone.md b/docs/managed-zone.md index 012f3825..ab7f297a 100644 --- a/docs/managed-zone.md +++ b/docs/managed-zone.md @@ -71,7 +71,7 @@ EOF #### dnsProviderSecretRef This is a reference to secret containing the credentials and other configuration for accessing your dns provider -[dnsProvider](/docs/dnspolicy/dns-provider.md) +[dnsProvider](./dnspolicy/dns-provider.md) **Note:** the Secret referenced in the `dnsProviderSecretRef` field must be in the same namespace as the ManagedZone. @@ -83,5 +83,5 @@ At the moment the MGC is given credentials to connect to the DNS provider at sta There are plans to make this more customizable and dynamic in the future, [work tracked here](https://github.com/Kuadrant/multicluster-gateway-controller/issues/228). ## Spec of a ManagedZone -The ManagedZone is a simple resource with an uncomplicated API, see a sample [here](../config/samples/kuadrant.io_v1alpha1_managedzone.yaml). +The ManagedZone is a simple resource with an uncomplicated API, see a sample [here](https://github.com/Kuadrant/multicluster-gateway-controller/blob/main/config/samples/kuadrant.io_v1alpha1_managedzone.yaml).