Skip to content

Commit f69c5ea

Browse files
Shannon AnahataShannon Anahata
authored andcommitted
fixing redirect 404 for Python profiling page
1 parent 9770d5a commit f69c5ea

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/platforms/python/profiling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For Profiling to work, you have to first enable [Sentry’s tracing](/concepts/k
5353

5454
### Upgrading from Older Python SDK Versions
5555

56-
Profiling was experimental in SDK versions `1.17.0` and older. Learn how to upgrade <PlatformLink to="/profiling/troubleshooting/#ipgrading-from-older-sdk-versions">here</PlatformLink>.
56+
Profiling was experimental in SDK versions `1.17.0` and older. Learn how to upgrade <PlatformLink to="/troubleshooting">here</PlatformLink>.
5757

5858
## Enable Continuous Profiling
5959

redirects.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -987,14 +987,6 @@ 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-
// },
998990
{
999991
source: '/platforms/python/tracing/trace-propagation/:path*',
1000992
destination: '/platforms/python/tracing/distributed-tracing/:path*',

0 commit comments

Comments
 (0)