From ec6986e08d6c194d7d0e0f1a611a0f5d208f681c Mon Sep 17 00:00:00 2001 From: "posthog[bot]" <206114724+posthog[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:46:20 +0000 Subject: [PATCH] fix(inbox): point Scouts "Learn more" link to a live docs page The Scouts source toggle in Self-driving settings linked to https://posthog.com/docs/self-driving, which returns HTTP 404. Users setting up Scouts clicked "Learn more about Scouts" and landed on a dead page (10 distinct users over the last 14 days). Repoint the link to https://posthog.com/blog/self-driving-product, which resolves correctly and explains the Self-driving product that Scouts are part of. This URL is already used by ConfigureAgentsSection in the same feature area. Grep confirms this was the only remaining reference to the /docs/self-driving path. Generated-By: PostHog Code Task-Id: 282e4bb2-731f-4740-a4c3-5371386eb828 --- .../ui/src/features/inbox/components/SignalSourceToggles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/features/inbox/components/SignalSourceToggles.tsx b/packages/ui/src/features/inbox/components/SignalSourceToggles.tsx index ad20f2904f..26194ef5ea 100644 --- a/packages/ui/src/features/inbox/components/SignalSourceToggles.tsx +++ b/packages/ui/src/features/inbox/components/SignalSourceToggles.tsx @@ -370,7 +370,7 @@ export function SignalSourceToggles({ onCheckedChange={toggleScouts} disabled={disabled} syncStatus={sourceStates?.signals_scout?.syncStatus} - docsUrl="https://posthog.com/docs/self-driving" + docsUrl="https://posthog.com/blog/self-driving-product" docsLabel="Scouts" /> {evaluationsUrl && (