From 30690d5adc50a0f8436c8bacab5e2eef00aa2136 Mon Sep 17 00:00:00 2001 From: Amanda VS Date: Thu, 10 Aug 2023 12:41:01 -0400 Subject: [PATCH 1/3] Update redirects.js Fix the mistaken archive of create hooks --- config/redirects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects.js b/config/redirects.js index f185709d7f..cbcc3ce43e 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -4880,7 +4880,7 @@ const redirects = [ '/hooks/create-hooks', '/customize/hooks/create-hooks', ], - to: '/customize/hooks', + to: '/customize/hooks/create-hooks', }, { from: [ From eb8fc08fdfd543b0bcecae031a1e3500fc94099e Mon Sep 17 00:00:00 2001 From: Amanda VS Date: Thu, 10 Aug 2023 12:41:41 -0400 Subject: [PATCH 2/3] Update redirects.js --- config/redirects.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config/redirects.js b/config/redirects.js index cbcc3ce43e..49d7cedef1 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -4878,7 +4878,6 @@ const redirects = [ '/hooks/guides/create-hooks-using-dashboard', '/auth0-hooks/cli/create-delete', '/hooks/create-hooks', - '/customize/hooks/create-hooks', ], to: '/customize/hooks/create-hooks', }, From 1dd0ca6b639bc424dd20d741ff170ab4c5fb345d Mon Sep 17 00:00:00 2001 From: Amanda VS Date: Fri, 11 Aug 2023 16:10:23 -0400 Subject: [PATCH 3/3] Update redirects.js Published without the Nav --- config/redirects.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/redirects.js b/config/redirects.js index 49d7cedef1..c8f31ef261 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -4878,6 +4878,7 @@ const redirects = [ '/hooks/guides/create-hooks-using-dashboard', '/auth0-hooks/cli/create-delete', '/hooks/create-hooks', + '/create-hooks', ], to: '/customize/hooks/create-hooks', },