From 7f1b2284dc4bcd97e1e4bed58a0aa6442c727629 Mon Sep 17 00:00:00 2001 From: Colton Allen Date: Thu, 31 Oct 2024 08:20:56 -0500 Subject: [PATCH 1/2] Update docs/platforms/python/integrations/launchdarkly/index.mdx Co-authored-by: Alex Krawiec --- docs/platforms/python/integrations/launchdarkly/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/python/integrations/launchdarkly/index.mdx b/docs/platforms/python/integrations/launchdarkly/index.mdx index 13275c5289c23..15e30d19710ef 100644 --- a/docs/platforms/python/integrations/launchdarkly/index.mdx +++ b/docs/platforms/python/integrations/launchdarkly/index.mdx @@ -3,7 +3,7 @@ title: LaunchDarkly description: "Learn about the LaunchDarkly integration and how to add it to your integrations list." --- -The LaunchDarkly integration tracks feature flag evaluations produced by the LaunchDarkly SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis. +The [LaunchDarkly](https://launchdarkly.com/) integration tracks feature flag evaluations produced by the LaunchDarkly SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis. ## Install From de60abca5d27e6971e1d4d0f8868b45c867502f7 Mon Sep 17 00:00:00 2001 From: Colton Allen Date: Thu, 31 Oct 2024 08:21:07 -0500 Subject: [PATCH 2/2] Update docs/platforms/python/integrations/openfeature/index.mdx Co-authored-by: Alex Krawiec --- docs/platforms/python/integrations/openfeature/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/python/integrations/openfeature/index.mdx b/docs/platforms/python/integrations/openfeature/index.mdx index 3df79aad438ea..0f287aa539bd5 100644 --- a/docs/platforms/python/integrations/openfeature/index.mdx +++ b/docs/platforms/python/integrations/openfeature/index.mdx @@ -3,7 +3,7 @@ title: OpenFeature description: "Learn about the OpenFeature integration and how to add it to your integrations list." --- -The OpenFeature integration tracks feature flag evaluations produced by the OpenFeature SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis. +The [OpenFeature](https://openfeature.dev/) integration tracks feature flag evaluations produced by the OpenFeature SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis. ## Install