Skip to content

fix(website): point cockpit links at valid routes#574

Merged
blove merged 2 commits into
mainfrom
claude/pensive-lichterman-29fcc0
Jun 4, 2026
Merged

fix(website): point cockpit links at valid routes#574
blove merged 2 commits into
mainfrom
claude/pensive-lichterman-29fcc0

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented Jun 4, 2026

Summary

Audited every cockpit.threadplane.ai reference across the repo. The cockpit moved to a manifest-driven route scheme (/{product}/{section}/{topic}/{page}/{language}), so several website links/labels still pointed at old top-level paths that now 404.

Fixed

Location Before After
Hero.tsx (image + caption, ×2) /chat/generative-ui /langgraph/core-capabilities/streaming/overview/python
page.tsx — Stream frame /langgraph/streaming /langgraph/core-capabilities/streaming/overview/python
page.tsx — Render frame /langgraph/api (no equivalent route) bare cockpit.threadplane.ai
chat/page.tsx — Compositions frame /chat-debug /chat/core-capabilities/debug/overview/python

The Hero links are the only genuinely-broken clickable links (they 404 on click). The three BrowserFrame url= props are decorative browser-chrome labels — corrected so they no longer display dead routes.

Intentionally left alone

  • Bare https://cockpit.threadplane.ai links (Nav, Footer, FinalCTA, chat "See it live") — the cockpit root redirects to the streaming overview, so these resolve fine.
  • Test fixtures / smoke-test constants and the docs spec file — they already use valid paths or the bare domain.

🤖 Generated with Claude Code

The cockpit moved to a manifest-driven route scheme
(/{product}/{section}/{topic}/{page}/{language}). Several website
links/labels still referenced the old top-level paths that now 404.

- Hero CTA (image + caption): /chat/generative-ui -> langgraph streaming
  overview (the canonical default cockpit landing)
- Home "Stream" frame label: /langgraph/streaming -> core-capabilities
  streaming overview
- Home "Render" frame label: /langgraph/api (no equivalent route) ->
  bare cockpit.threadplane.ai
- Chat "Compositions" frame label: /chat-debug -> chat debug capability

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
threadplane Ready Ready Preview, Comment Jun 4, 2026 10:52pm

Request Review

@blove blove merged commit d572c26 into main Jun 4, 2026
19 checks passed
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