Skip to content

Commit

Permalink
Update redirects.js according to DOCS-3902 (#10404)
Browse files Browse the repository at this point in the history
Added Forms fields redirect
  • Loading branch information
BcnCarlos authored Apr 19, 2024
1 parent a12df06 commit 0aef1be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -8902,7 +8902,10 @@ const redirects = [
/* Forms */

{
from: ['/customize/forms/intro-to-forms'],
from: [
'/customize/forms/intro-to-forms',
'/customize/forms/fields',
],
to: '/customize/forms/nodes-and-components',
},

Expand Down

0 comments on commit 0aef1be

Please sign in to comment.