From fb772f0f6ad569fb125b48c253ff6cc20fd89747 Mon Sep 17 00:00:00 2001 From: calebro Date: Mon, 5 Jan 2026 10:43:48 +0300 Subject: [PATCH] docs: fix PostHog API Key link (#14433) Update PostHog API Key link in page.mdx --- .../app/infrastructure-modules/analytics/posthog/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/resources/app/infrastructure-modules/analytics/posthog/page.mdx b/www/apps/resources/app/infrastructure-modules/analytics/posthog/page.mdx index 3fe58c994c..ff7692744b 100644 --- a/www/apps/resources/app/infrastructure-modules/analytics/posthog/page.mdx +++ b/www/apps/resources/app/infrastructure-modules/analytics/posthog/page.mdx @@ -30,7 +30,7 @@ The Analytics Module and its providers are available starting [Medusa v2.8.3](ht }, { text: "PostHog API Key", - link: "https://posthog.com/docs/getting-started/api-key", + link: "https://posthog.com/docs/api", }, ]} /> @@ -227,4 +227,4 @@ You'll now track the order placement event whenever an order is placed in your M ## Additional Resources -- [How to Use the Analytics Module](/references/analytics/service) \ No newline at end of file +- [How to Use the Analytics Module](/references/analytics/service)