Skip to content

fix(inbox): point Scouts "Learn more" link to a live docs page#2807

Merged
andrewm4894 merged 1 commit into
mainfrom
posthog-code/fix-scouts-learn-more-link
Jun 20, 2026
Merged

fix(inbox): point Scouts "Learn more" link to a live docs page#2807
andrewm4894 merged 1 commit into
mainfrom
posthog-code/fix-scouts-learn-more-link

Conversation

@posthog

@posthog posthog Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Summary

The Scouts source toggle in Self-driving settings rendered a "Learn more about Scouts" link pointing to https://posthog.com/docs/self-driving, which returns HTTP 404. Users setting up Scouts clicked it and landed on a dead page — 10 distinct users hit it over the last 14 days, with 2 Discord complaints, days before the June 23 Self-driving launch.

This repoints the link to https://posthog.com/blog/self-driving-product, which resolves correctly and describes the Self-driving product that Scouts are part of. That URL is already used by ConfigureAgentsSection.tsx in the same feature area.

Root cause

packages/ui/src/features/inbox/components/SignalSourceToggles.tsx:373 hard-coded docsUrl="https://posthog.com/docs/self-driving" (introduced in #2639). The target docs page was never published.

Verification

  • Confirmed https://posthog.com/docs/self-driving returns HTTP 404 via direct fetch.
  • Confirmed https://posthog.com/blog/self-driving-product resolves (title: "PostHog Code and the self-driving product").
  • grep confirms this was the only remaining code reference to /docs/self-driving.

🤖 Generated with Claude Code

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
@github-actions

Copy link
Copy Markdown

React Doctor found no issues in the changed files. 🎉

Reviewed by React Doctor for commit ec6986e.

@greptile-apps

greptile-apps Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "fix(inbox): point Scouts "Learn more" li..." | Re-trigger Greptile

@andrewm4894 andrewm4894 merged commit 3d48b12 into main Jun 20, 2026
20 checks passed
@andrewm4894 andrewm4894 deleted the posthog-code/fix-scouts-learn-more-link branch June 20, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant