Skip to content

Commit

Permalink
fix: action links (PostHog#28156)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jan 31, 2025
1 parent c6297d6 commit 4562c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/scenes/actions/ActionStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ActionStepStringMatching, ActionStepType } from '~/types'

import { LemonEventName } from './EventName'

const learnMoreLink = 'https://posthog.com/docs/user-guides/actions?utm_medium=in-product&utm_campaign=action-page'
const learnMoreLink = 'https://posthog.com/docs/data/actions?utm_medium=in-product&utm_campaign=action-page'

interface Props {
step: ActionStepType
Expand Down Expand Up @@ -223,7 +223,7 @@ function AutocaptureFields({
<LemonButton size="small" type="secondary" onClick={onSelectElement} sideIcon={<IconOpenInApp />}>
Select element on site
</LemonButton>
<Link to={`${learnMoreLink}#autocapture-based-actions`} target="_blank">
<Link to={`${learnMoreLink}#1-autocapture`} target="_blank">
See documentation.
</Link>
</div>
Expand Down

0 comments on commit 4562c58

Please sign in to comment.