docs: use app.posthog.com for remaining feature-preview links (partial #13516)#16485
Open
singhvishalkr wants to merge 1 commit intoPostHog:masterfrom
Open
docs: use app.posthog.com for remaining feature-preview links (partial #13516)#16485singhvishalkr wants to merge 1 commit intoPostHog:masterfrom
singhvishalkr wants to merge 1 commit intoPostHog:masterfrom
Conversation
…part of PostHog#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.
31ced6d to
efeb5ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Partial fix for #13516.
Issue #13516 reports that a "feature previews" link points to
us.posthog.com/settings/user-feature-previews, which redirects EU users through the US region instead of keeping them on EU infra.The originally-reported location (
/docs/discussion) has already been updated, but two other docs pages still have the same broken pattern:contents/docs/alerts/index.mdx— Anomaly detection alerts beta calloutcontents/docs/cdp/sources/incoming-webhooks.mdx— Incoming webhook sources beta calloutGrep confirms the established convention: 14 other docs/handbook/teams pages already link to
app.posthog.com/settings/user-feature-previews(region-neutral). These two were out of step.Changes
Two-character change per file,
us.→app., nothing else.Test plan
rg "us\.posthog\.com/settings/user-feature-previews" contents/returns zero results after the change.feature preview/Settings > Feature previews).Notes
This is a partial fix of #13516 — the wider "
us.posthog.com→ region-neutral URL" sweep has ~50 other hits acrosscontents/docs/for paths other thanuser-feature-previews(session replay settings, project settings, account settings, etc.). Happy to take that on as a follow-up if the maintainers want a sweeping PR; I kept this one minimal and grouped by URL pattern so it's easy to review.