From 4b2cbc4a95d220da27b2e8d1ccf1cd941aab5244 Mon Sep 17 00:00:00 2001 From: Amanda VS Date: Tue, 17 Sep 2024 09:58:48 -0400 Subject: [PATCH] Test av redir (#10462) * test redir atko * node migration guide commit * Update redirects.js Removed test redirect * Update redirects.js typo --------- Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> --- config/redirects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index 6eb8c1010f..ec8dce40c8 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -7141,8 +7141,8 @@ const redirects = [ }, { - from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-actions-nodejs-16-to-nodejs-18'], - to: '/troubleshoot/product-lifecycle/past-migrations/migrate-actions-nodejs-16-to-nodejs-18', + from: ['/troubleshoot/product-lifecycle/past-migrations/migrate-actions-nodejs-16-to-nodejs-18'], + to: '/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-nodejs-16-to-nodejs-18', }, {