From 3ac3697230e4543d51b8da41de0a518564557220 Mon Sep 17 00:00:00 2001 From: Danilo Campos Date: Fri, 3 Jan 2025 13:31:23 -0500 Subject: [PATCH] Update old in-product links to new /docs* paths (#27252) --- frontend/src/lib/components/HogQLEditor/HogQLEditor.tsx | 2 +- .../scenes/data-management/database/DatabaseTableList.tsx | 2 +- .../ingestion-warnings/IngestionWarningsView.tsx | 2 +- .../data-warehouse/external/DataWarehouseExternalScene.tsx | 2 +- frontend/src/scenes/groups/GroupsIntroduction.tsx | 2 +- .../src/scenes/insights/EditorFilters/SamplingFilter.tsx | 2 +- .../scenes/insights/views/Funnels/FunnelCorrelationTable.tsx | 2 +- .../views/Funnels/FunnelPropertyCorrelationTable.tsx | 2 +- frontend/src/scenes/project/CreateProjectModal.tsx | 5 ++++- .../src/scenes/settings/environment/GroupAnalyticsConfig.tsx | 2 +- 10 files changed, 13 insertions(+), 10 deletions(-) diff --git a/frontend/src/lib/components/HogQLEditor/HogQLEditor.tsx b/frontend/src/lib/components/HogQLEditor/HogQLEditor.tsx index 95b809878a98d..2e882b7c6577b 100644 --- a/frontend/src/lib/components/HogQLEditor/HogQLEditor.tsx +++ b/frontend/src/lib/components/HogQLEditor/HogQLEditor.tsx @@ -73,7 +73,7 @@ export function HogQLEditor({
- + Learn more about HogQL
diff --git a/frontend/src/scenes/data-management/database/DatabaseTableList.tsx b/frontend/src/scenes/data-management/database/DatabaseTableList.tsx index d6e9763ec5cc3..d29e706b28900 100644 --- a/frontend/src/scenes/data-management/database/DatabaseTableList.tsx +++ b/frontend/src/scenes/data-management/database/DatabaseTableList.tsx @@ -16,7 +16,7 @@ export function DatabaseTableList(): JSX.Element {
These are the database tables you can query under SQL insights with{' '} - + HogQL . diff --git a/frontend/src/scenes/data-management/ingestion-warnings/IngestionWarningsView.tsx b/frontend/src/scenes/data-management/ingestion-warnings/IngestionWarningsView.tsx index 908c792da1fba..73a046dce43df 100644 --- a/frontend/src/scenes/data-management/ingestion-warnings/IngestionWarningsView.tsx +++ b/frontend/src/scenes/data-management/ingestion-warnings/IngestionWarningsView.tsx @@ -245,7 +245,7 @@ export function IngestionWarningsView(): JSX.Element { <> {type} ( Explore all your data in PostHog with{' '} - + HogQL . Connect your own tables from S3 to query data from outside PostHog.{' '} diff --git a/frontend/src/scenes/groups/GroupsIntroduction.tsx b/frontend/src/scenes/groups/GroupsIntroduction.tsx index c2649df38bde7..e7506fb247c2b 100644 --- a/frontend/src/scenes/groups/GroupsIntroduction.tsx +++ b/frontend/src/scenes/groups/GroupsIntroduction.tsx @@ -60,7 +60,7 @@ export function GroupIntroductionFooter({ needsUpgrade }: { needsUpgrade: boolea You can now use Group Analytics. See{' '} diff --git a/frontend/src/scenes/insights/EditorFilters/SamplingFilter.tsx b/frontend/src/scenes/insights/EditorFilters/SamplingFilter.tsx index 3b68fb1659e3d..d7a79bd31f7f8 100644 --- a/frontend/src/scenes/insights/EditorFilters/SamplingFilter.tsx +++ b/frontend/src/scenes/insights/EditorFilters/SamplingFilter.tsx @@ -25,7 +25,7 @@ export function SamplingFilter({ insightProps, infoTooltipContent }: SamplingFil
Sampling BETA diff --git a/frontend/src/scenes/insights/views/Funnels/FunnelCorrelationTable.tsx b/frontend/src/scenes/insights/views/Funnels/FunnelCorrelationTable.tsx index 87af6642bde88..e2ed9a0a8eb1e 100644 --- a/frontend/src/scenes/insights/views/Funnels/FunnelCorrelationTable.tsx +++ b/frontend/src/scenes/insights/views/Funnels/FunnelCorrelationTable.tsx @@ -283,7 +283,7 @@ export function FunnelCorrelationTable(): JSX.Element | null {

Highlight events which are likely to have affected the conversion rate within the funnel.{' '} - + Learn more about correlation analysis.

diff --git a/frontend/src/scenes/insights/views/Funnels/FunnelPropertyCorrelationTable.tsx b/frontend/src/scenes/insights/views/Funnels/FunnelPropertyCorrelationTable.tsx index b10a1f3c14b89..292bac1bf621c 100644 --- a/frontend/src/scenes/insights/views/Funnels/FunnelPropertyCorrelationTable.tsx +++ b/frontend/src/scenes/insights/views/Funnels/FunnelPropertyCorrelationTable.tsx @@ -265,7 +265,7 @@ export function FunnelPropertyCorrelationTable(): JSX.Element | null {

Highlight properties which are likely to have affected the conversion rate within the funnel.{' '} - + Learn more about correlation analysis.

diff --git a/frontend/src/scenes/project/CreateProjectModal.tsx b/frontend/src/scenes/project/CreateProjectModal.tsx index 50ce6b8e06d7c..52f14c93bc6ae 100644 --- a/frontend/src/scenes/project/CreateProjectModal.tsx +++ b/frontend/src/scenes/project/CreateProjectModal.tsx @@ -67,7 +67,10 @@ export function CreateProjectModal({

Tip: We recommend using the same project for both your website and app to track conversion fully.{' '} - + Learn more in PostHog Docs.

diff --git a/frontend/src/scenes/settings/environment/GroupAnalyticsConfig.tsx b/frontend/src/scenes/settings/environment/GroupAnalyticsConfig.tsx index 4dac0907ae699..cdd5b8c61a77c 100644 --- a/frontend/src/scenes/settings/environment/GroupAnalyticsConfig.tsx +++ b/frontend/src/scenes/settings/environment/GroupAnalyticsConfig.tsx @@ -75,7 +75,7 @@ export function GroupAnalyticsConfig(): JSX.Element | null { Group types will show up here after you send your first event associated with a group. Take a look at{' '} - + this guide for more information on getting started.