From dc2b0506a4feb30bab07555035f311a3805985a1 Mon Sep 17 00:00:00 2001 From: lrzhou25 <141781699+lrzhou25@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:55:34 -0700 Subject: [PATCH] Added exclude-resources-from-management redirect --- config/redirects.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 5ee0818a64..15a4723b28 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -4088,6 +4088,10 @@ const redirects = [ from: ['/deploy-monitor/deploy-cli-tool/how-to-contribute'], to: '/deploy-monitor/deploy-cli-tool', }, + { + from: ['/deploy-monitor/deploy-cli-tool/excluding-resources-from-management'], + to: '/deploy-monitor/deploy-cli-tool/exclude-resources-from-management', + }, /* Extensions */