Skip to content

Commit

Permalink
fix: One more round of docs linkrot (#27256)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloc authored Jan 3, 2025
1 parent 7741829 commit 7a78874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/scenes/actions/ActionEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function ActionEdit({ action: loadedAction, id }: ActionEditLogicProps):
<h2 className="subtitle">Match groups</h2>
<p>
Your action will be triggered whenever <b>any of your match groups</b> are received.
<Link to="https://posthog.com/docs/features/actions" target="_blank">
<Link to="https://posthog.com/docs/product-analytics/retention" target="_blank">
<IconInfo className="ml-1 text-muted text-xl" />
</Link>
</p>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/scenes/feature-flags/FeatureFlag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export function FeatureFlag({ id }: { id?: string } = {}): JSX.Element {
<span className="text-warning">
<b>Warning! </b>Changing this key will
<Link
to={`https://posthog.com/docs/features/feature-flags${UTM_TAGS}#feature-flag-persistence`}
to={`https://posthog.com/docs/feature-flags${UTM_TAGS}#feature-flag-persistence`}
target="_blank"
targetBlankIcon
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function RetentionSummary({ insightProps }: EditorFilterProps): JSX.Eleme
<p className="text-muted mt-4">
Want to learn more about retention?{' '}
<Link
to="https://posthog.com/docs/features/retention?utm_campaign=learn-more-horizontal&utm_medium=in-product"
to="https://posthog.com/docs/product-analytics/retention?utm_campaign=learn-more-horizontal&utm_medium=in-product"
target="_blank"
className="inline-flex items-center"
>
Expand Down

0 comments on commit 7a78874

Please sign in to comment.