Skip to content

Commit 084a25e

Browse files
Shannon AnahataShannon Anahata
authored andcommitted
comment out python troubleshootredirect
1 parent 4a3d732 commit 084a25e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

redirects.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -987,14 +987,14 @@ const userDocsRedirects = [
987987
source: '/platforms/kotlin-multiplatform/:path*',
988988
destination: '/platforms/kotlin/guides/kotlin-multiplatform/:path*',
989989
},
990-
{
991-
source: '/platforms/python/:productfeature/troubleshooting/:path*',
992-
destination: '/platforms/python/troubleshooting/:path*',
993-
},
994-
{
995-
source: '/platforms/python/guides/:guide/troubleshooting/:path*',
996-
destination: '/platforms/python/troubleshooting/:path*',
997-
},
990+
// {
991+
// source: '/platforms/python/:productfeature/troubleshooting/:path*',
992+
// destination: '/platforms/python/troubleshooting/:path*',
993+
// },
994+
// {
995+
// source: '/platforms/python/guides/:guide/troubleshooting/:path*',
996+
// destination: '/platforms/python/troubleshooting/:path*',
997+
// },
998998
{
999999
source: '/platforms/python/tracing/trace-propagation/:path*',
10001000
destination: '/platforms/python/tracing/distributed-tracing/:path*',

0 commit comments

Comments
 (0)