Skip to content

Commit 0d39e3e

Browse files
committed
Update links
1 parent e14f0b5 commit 0d39e3e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/organization/integrations/feature-flag/launchdarkly/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry can track flag evaluations as they happen within your application. Flag
1212

1313
To set up evaluation tracking visit one of our supported languages pages:
1414
* [JavaScript](/platforms/javascript/configuration/integrations/launchdarkly/)
15-
* [Python](/platforms/python/integrations/launchdarkly/)
15+
* [Python](/platforms/python/integrations/feature-flags/launchdarkly/)
1616

1717
## Change Tracking
1818

docs/platforms/python/feature-flags/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ description: With Feature Flags, Sentry tracks feature flag evaluations in your
1414

1515
Evaluation tracking requires enabling an SDK integration. Integrations are provider specific. Documentation for supported providers is listed below.
1616

17-
- [OpenFeature](/platforms/python/integrations/openfeature/)
18-
- [LaunchDarkly](/platforms/python/integrations/launchdarkly/)
19-
- [Self-Serve](/platforms/python/integrations/self-serve/)
17+
- [OpenFeature](/platforms/python/integrations/feature-flags/openfeature/)
18+
- [LaunchDarkly](/platforms/python/integrations/feature-flags/launchdarkly/)
19+
- [Self-Serve](/platforms/python/integrations/feature-flags/generic/)
2020

2121
<PlatformContent includePath="feature-flags/enable-change-tracking" />

docs/platforms/python/integrations/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ The Sentry SDK uses integrations to hook into the functionality of popular libra
6363

6464
| | **Auto-enabled** |
6565
| ----------------------------------------------------------------------------------------------------------------------- | :--------------: |
66-
| <LinkWithPlatformIcon platform="python" label="LaunchDarkly" url="/platforms/python/integrations/launchdarkly" /> | |
67-
| <LinkWithPlatformIcon platform="python" label="OpenFeature" url="/platforms/python/integrations/openfeature" /> | |
66+
| <LinkWithPlatformIcon platform="python" label="LaunchDarkly" url="/platforms/python/integrations/feature-flags/launchdarkly" /> | |
67+
| <LinkWithPlatformIcon platform="python" label="OpenFeature" url="/platforms/python/integrations/feature-flags/openfeature" /> | |
6868

6969
### Cloud Computing
7070

0 commit comments

Comments
 (0)