Skip to content

Commit 9e2882f

Browse files
authored
DOCS-3671-Edick (#10368)
- Added 7 new redirects
1 parent ddb572b commit 9e2882f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

config/redirects.js

+36
Original file line numberDiff line numberDiff line change
@@ -6979,6 +6979,42 @@ const redirects = [
69796979
],
69806980
to: '/troubleshoot/product-lifecycle/past-migrations/migrate-from-legacy-auth-flows',
69816981
},
6982+
{
6983+
from: [
6984+
'/product-lifecycle/deprecations-and-migrations/tenant-hostname-migration',
6985+
'/troubleshoot/product-lifecycle/deprecations-and-migrations/tenant-hostname-migration',
6986+
],
6987+
to: '/troubleshoot/product-lifecycle/past-migrations/tenant-hostname-migration',
6988+
},
6989+
{
6990+
from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-edge-js-extensibility-features'],
6991+
to: '/troubleshoot/product-lifecycle/past-migrations/migrate-from-edge-js-extensibility-features',
6992+
},
6993+
6994+
{
6995+
from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-oracledb-extensibility-features'],
6996+
to: '/troubleshoot/product-lifecycle/past-migrations/migrate-from-oracledb-extensibility-features',
6997+
},
6998+
6999+
{
7000+
from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/custom-claims-migration'],
7001+
to: '/troubleshoot/product-lifecycle/past-migrations/custom-claims-migration',
7002+
},
7003+
7004+
{
7005+
from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-actions-nodejs-16-to-nodejs-18'],
7006+
to: '/troubleshoot/product-lifecycle/past-migrations/migrate-actions-nodejs-16-to-nodejs-18',
7007+
},
7008+
7009+
{
7010+
from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-to-nodejs-16'],
7011+
to: '/troubleshoot/product-lifecycle/past-migrations/migrate-to-nodejs-16',
7012+
},
7013+
7014+
{
7015+
from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-log-extensions'],
7016+
to: '/troubleshoot/product-lifecycle/past-migrations/migrate-from-log-extensions',
7017+
},
69827018

69837019
/* Professional Services */
69847020

0 commit comments

Comments
 (0)