From bccee86951d9c460ecfaf354a6dc6ccf5219758a Mon Sep 17 00:00:00 2001 From: Marcus Hof <13001502+MarconLP@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:05:14 +0100 Subject: [PATCH] fix: update data pipeline docs to cdp (#20104) update data pipeline docs to cdp --- frontend/src/lib/components/PayGateMini/PayGateMini.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/PayGateMini/PayGateMini.tsx b/frontend/src/lib/components/PayGateMini/PayGateMini.tsx index e8a3330bcdd82..18b4f617cdcae 100644 --- a/frontend/src/lib/components/PayGateMini/PayGateMini.tsx +++ b/frontend/src/lib/components/PayGateMini/PayGateMini.tsx @@ -88,7 +88,7 @@ const FEATURE_SUMMARIES: Record< [AvailableFeature.DATA_PIPELINES]: { description: 'Create export workflows to send your data to a destination of your choice.', umbrella: 'data pipelines', - docsHref: 'https://posthog.com/docs/data-pipelines', + docsHref: 'https://posthog.com/docs/cdp', }, }