From 4e008919d5413dcf591c52ea1e36a3fa98a9aab3 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Wed, 21 Feb 2024 18:20:44 -0500 Subject: [PATCH] Add missing redirects The changes in #38161 reorganized pages in the Server Access section of the docs, but did not add redirects for these pages. This change adds the missing redirects. --- docs/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/config.json b/docs/config.json index fba654c3dba76..22b4c94455fce 100644 --- a/docs/config.json +++ b/docs/config.json @@ -3482,6 +3482,16 @@ "source": "/application-access/enroll-kubernetes-applications/reference/", "destination": "/auto-discovery/kubernetes-applications/reference/", "permanent": true + }, + { + "source": "/server-access/guides/openssh/openssh-manual-install/", + "destination": "/server-access/openssh/openssh-manual-install/", + "permanent": true + }, + { + "source": "/server-access/guides/openssh/openssh/", + "destination": "/server-access/openssh/openssh/", + "permanent": true } ] }