diff --git a/docs/getting-started-multi-cluster.md b/docs/getting-started-multi-cluster.md index 16a0aec4..37fc09d5 100644 --- a/docs/getting-started-multi-cluster.md +++ b/docs/getting-started-multi-cluster.md @@ -37,4 +37,4 @@ To ensure that any DNS records are removed, you should remove any `DNSPolicy` an The next step is to setup and use the policies provided by Kuadrant. -[Secure, Protect and Connect your Gateway](kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect-k8s.md) +[Secure, Protect and Connect your Gateway](kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect.md) diff --git a/docs/getting-started-single-cluster.md b/docs/getting-started-single-cluster.md index 1d740b12..ab18d3a8 100644 --- a/docs/getting-started-single-cluster.md +++ b/docs/getting-started-single-cluster.md @@ -72,6 +72,6 @@ To ensure that any DNS records are removed, you should remove any `DNSPolicy` an The next step is to setup and use the policies provided by Kuadrant. -[Secure, Protect and Connect your Gateway](kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect-k8s.md) +[Secure, Protect and Connect your Gateway](kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect.md) diff --git a/mkdocs.yml b/mkdocs.yml index b099daf1..6b8eaba0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -130,8 +130,7 @@ nav: - 'Overview': kuadrant-operator/doc/overviews/rate-limiting.md - 'Reference': kuadrant-operator/doc/reference/ratelimitpolicy.md - 'How-to Guides': - - 'Secure, connect and protect - Kubernetes': kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect-k8s.md - - 'Secure, connect and protect - OpenShift': kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md + - 'Secure, connect and protect': kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect.md - 'DNS configuration': - 'Configuring a DNS Provider': dns-operator/docs/provider.md - 'Gateway DNS for ingress Gateway': kuadrant-operator/doc/user-guides/dns/gateway-dns.md