From 442d765263c6d3c55855cae9fd26acc9a45f29f7 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Fri, 27 Sep 2024 23:44:12 -0400 Subject: [PATCH] docs: update redirect links for those used in tctl, teleport --- docs/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/config.json b/docs/config.json index 087af463d08d..47ce8de759e9 100644 --- a/docs/config.json +++ b/docs/config.json @@ -2652,6 +2652,16 @@ "source": "/kubernetes-access/helm/guides/", "destination": "/admin-guides/deploy-a-cluster/helm-deployments/", "permanent": true + }, + { + "source": "/desktop-access/", + "destination": "/enroll-resources/desktop-access/introduction/", + "permanent": true + }, + { + "source": "/kubernetes-access/", + "destination": "/enroll-resources/kubernetes-access/introduction/", + "permanent": true } ] }