Skip to content

Commit

Permalink
Docs 3196 fix create hooks (#10288)
Browse files Browse the repository at this point in the history
* Update redirects.js

Fix the mistaken archive of create hooks

* Update redirects.js

* Update redirects.js

Published without the Nav
  • Loading branch information
Amanda VS committed Aug 14, 2023
1 parent ad3d4bd commit 66f17b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -4878,9 +4878,9 @@ const redirects = [
'/hooks/guides/create-hooks-using-dashboard',
'/auth0-hooks/cli/create-delete',
'/hooks/create-hooks',
'/customize/hooks/create-hooks',
'/create-hooks',
],
to: '/customize/hooks',
to: '/customize/hooks/create-hooks',
},
{
from: [
Expand Down

0 comments on commit 66f17b1

Please sign in to comment.