From 290f021aaf00775f488752e9a251c00b07c957af Mon Sep 17 00:00:00 2001 From: Brian Love Date: Thu, 4 Jun 2026 15:42:39 -0700 Subject: [PATCH] fix(website): point cockpit links at valid routes 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) --- apps/website/src/app/chat/page.tsx | 2 +- apps/website/src/app/page.tsx | 4 ++-- apps/website/src/components/landing/Hero.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/website/src/app/chat/page.tsx b/apps/website/src/app/chat/page.tsx index a8cc9a63..edd086ea 100644 --- a/apps/website/src/app/chat/page.tsx +++ b/apps/website/src/app/chat/page.tsx @@ -86,7 +86,7 @@ export default async function ChatPage() { ]} cta={{ label: 'See @threadplane/chat docs', href: '/docs/chat/getting-started/introduction' }} visual={ - +
streaming diff --git a/apps/website/src/app/page.tsx b/apps/website/src/app/page.tsx index d903a066..1192d6be 100644 --- a/apps/website/src/app/page.tsx +++ b/apps/website/src/app/page.tsx @@ -50,7 +50,7 @@ export default async function HomePage() { ]} cta={{ label: 'Read the streaming guide', href: '/docs/langgraph/guides/streaming' }} visual={ - + Cockpit reference app — Angular streaming guide with provideAgent setup + Cockpit reference app — API reference rendered as structured cards @@ -195,7 +195,7 @@ export function Hero() { }} >