Skip to content

Commit efeb5ba

Browse files
committed
docs: use app.posthog.com for remaining feature-preview links (fixes part of #13516)
Two docs pages still linked to us.posthog.com for the feature previews settings page, which redirects EU users through the US region. 14 other docs pages already use the region-neutral app.posthog.com host; standardise these two to match.
1 parent 1afad50 commit efeb5ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contents/docs/alerts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Percentage thresholds are only available for relative alerts (as you need to com
158158

159159
<CalloutBox icon="IconFlask" title="Feature preview" type="info">
160160

161-
Anomaly detection alerts are in **beta**. To enable them, go to [Settings > Feature previews](https://us.posthog.com/settings/user-feature-previews) and toggle on **Anomaly Detection Alerts**.
161+
Anomaly detection alerts are in **beta**. To enable them, go to [Settings > Feature previews](https://app.posthog.com/settings/user-feature-previews) and toggle on **Anomaly Detection Alerts**.
162162

163163
</CalloutBox>
164164

contents/docs/cdp/sources/incoming-webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { ProductScreenshot } from 'components/ProductScreenshot'
1111

1212
<CalloutBox icon="IconInfo" title="Feature preview" type="caution">
1313

14-
Incoming webhook sources are experimental and available behind a [feature preview](https://us.posthog.com/settings/user-feature-previews#cdp-hog-sources). For most use cases, we recommend using a [workflow with a webhook trigger](/docs/workflows/workflow-builder#webhook-triggers) combined with a **capture event** action instead — it's more flexible, doesn't require code, and gives you access to delays, branching, and other workflow features.
14+
Incoming webhook sources are experimental and available behind a [feature preview](https://app.posthog.com/settings/user-feature-previews#cdp-hog-sources). For most use cases, we recommend using a [workflow with a webhook trigger](/docs/workflows/workflow-builder#webhook-triggers) combined with a **capture event** action instead — it's more flexible, doesn't require code, and gives you access to delays, branching, and other workflow features.
1515

1616
</CalloutBox>
1717

0 commit comments

Comments
 (0)