Skip to content

Commit

Permalink
fix: use correct changelog link for data pipelines notice (#19729)
Browse files Browse the repository at this point in the history
use correct changelog link
  • Loading branch information
raquelmsmith authored Jan 11, 2024
1 parent 3d3c449 commit c448e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/billing/BillingProduct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c448e58

Please sign in to comment.