2018-08-30 15:36:26 +01:00
|
|
|
# auth redirects
|
2018-08-25 00:24:19 +01:00
|
|
|
/signup /signin 301
|
|
|
|
/email-signin /signin 301
|
|
|
|
/login /signin 301
|
|
|
|
/deprecated-signin /signin 301
|
2018-08-30 15:36:26 +01:00
|
|
|
/logout /signout 301
|
2018-09-04 14:54:23 +01:00
|
|
|
/passwordless-change /confirm-email 301
|
|
|
|
|
|
|
|
# certification redirects
|
|
|
|
/:username/front-end-certification /certification/:username/legacy-front-end 301
|
|
|
|
/:username/data-visualization-certification /certification/:username/legacy-data-visualization 301
|
|
|
|
/:username/back-end-certification /certification/:username/legacy-back-end 301
|
2018-09-06 14:59:52 +01:00
|
|
|
/:username/full-stack-certification /certification/:username/full-stack 301
|
|
|
|
|
|
|
|
# unsunscribe redirects
|
|
|
|
/u/* https://api.freecodecamp.org/u/:splat
|
|
|
|
/unsunscribe/* https://api.freecodecamp.org/unsunscribe/:splat
|
|
|
|
/ue/* https://api.freecodecamp.org/ue/:splat
|