From 636c9af792b8e639c40dcab29247d880e44dc2df Mon Sep 17 00:00:00 2001 From: amanda-vanscoy_atko Date: Fri, 13 Sep 2024 12:44:45 -0400 Subject: [PATCH 1/4] test redir atko --- config/redirects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects.js b/config/redirects.js index 6eb8c1010f..606bfbe552 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -8859,7 +8859,7 @@ const redirects = [ to: '/manage-users/user-accounts/get-user-information-on-unbounce-landing-pages', }, { - from: ['/users/verify-emails'], + from: ['/users/verify-emails','/users/manage/your-mom'], to: '/manage-users/user-accounts/verify-emails', }, From ee804dc78f7ec42b9e542fc656f2962cd8c030c7 Mon Sep 17 00:00:00 2001 From: amanda-vanscoy_atko Date: Tue, 17 Sep 2024 09:46:40 -0400 Subject: [PATCH 2/4] node migration guide commit --- config/redirects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index 606bfbe552..2900bc25f6 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', }, { From 2ebdb8f39d2e78c4ec219b229f9e168285d5c600 Mon Sep 17 00:00:00 2001 From: Amanda VS Date: Tue, 17 Sep 2024 09:51:25 -0400 Subject: [PATCH 3/4] Update redirects.js Removed test redirect --- config/redirects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects.js b/config/redirects.js index 2900bc25f6..c4f7b092eb 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -8859,7 +8859,7 @@ const redirects = [ to: '/manage-users/user-accounts/get-user-information-on-unbounce-landing-pages', }, { - from: ['/users/verify-emails','/users/manage/your-mom'], + from: ['/users/verify-emails'], to: '/manage-users/user-accounts/verify-emails', }, From eb78c3ebfd788ea2c9ddf5aa50928d047bcea998 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:53:18 -0400 Subject: [PATCH 4/4] Update redirects.js typo --- config/redirects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects.js b/config/redirects.js index c4f7b092eb..ec8dce40c8 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -7141,7 +7141,7 @@ const redirects = [ }, { - from: ['/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', },