Skip to content

Commit a12df06

Browse files
authored
Update redirects.js according to DOCS-3901 (#10403)
Added redirect to auth0.com/docs/customize/forms/intro-to-forms
1 parent fb2821c commit a12df06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/redirects.js

+8
Original file line numberDiff line numberDiff line change
@@ -8898,6 +8898,14 @@ const redirects = [
88988898
from: ['/videos/get-started/10-logout'],
88998899
to: '/videos/get-started-series/learn-logout',
89008900
},
8901+
8902+
/* Forms */
8903+
8904+
{
8905+
from: ['/customize/forms/intro-to-forms'],
8906+
to: '/customize/forms/nodes-and-components',
8907+
},
8908+
89018909
];
89028910

89038911
module.exports = redirects;

0 commit comments

Comments
 (0)