Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #778 from jasonmadigan/fix-links
Browse files Browse the repository at this point in the history
[docs] Fixing some broken links
  • Loading branch information
openshift-merge-bot[bot] authored Jan 30, 2024
2 parents aadac89 + bb1f620 commit 263b512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/managed-zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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).

0 comments on commit 263b512

Please sign in to comment.