From c448e5804a54bb6c6f3786952f95e59a51a3cd00 Mon Sep 17 00:00:00 2001 From: Raquel Smith Date: Thu, 11 Jan 2024 10:58:33 -0800 Subject: [PATCH] fix: use correct changelog link for data pipelines notice (#19729) use correct changelog link --- frontend/src/scenes/billing/BillingProduct.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scenes/billing/BillingProduct.tsx b/frontend/src/scenes/billing/BillingProduct.tsx index a7b71fabc5d68..6185aeaf76a67 100644 --- a/frontend/src/scenes/billing/BillingProduct.tsx +++ b/frontend/src/scenes/billing/BillingProduct.tsx @@ -87,7 +87,7 @@ export const BillingProductAddon = ({ addon }: { addon: BillingProductV2AddonTyp }) }, children: 'Learn more', - to: 'https://posthog.com', + to: 'https://posthog.com/changelog/2024#data-pipeline-add-on-launched', targetBlank: true, }, dismissKey: 'data-pipelines-notice',