From 2b7aac5f0203ab6678e77435b3e61382eaa78038 Mon Sep 17 00:00:00 2001 From: David Martin Date: Fri, 20 Dec 2024 10:37:06 +0000 Subject: [PATCH] Fix links to moved/combined scp doc Signed-off-by: David Martin --- docs/getting-started-multi-cluster.md | 2 +- docs/getting-started-single-cluster.md | 2 +- mkdocs.yml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) 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