From 04b9b2280c97e92a185e75aca574afa40800098e Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:53:26 +0530 Subject: [PATCH] docs: fix broken swan-io/chicane docs site link in overview.md The `https://swan-io.github.io/chicane/` GitHub Pages site returns 404 (appears to be a retired deployment). The project still exists at https://github.com/swan-io/chicane (200). Replaced the dead link with the GitHub repo URL, which is the canonical home for the project. --- docs/router/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/router/overview.md b/docs/router/overview.md index a208c7b034..6398a53f3b 100644 --- a/docs/router/overview.md +++ b/docs/router/overview.md @@ -131,7 +131,7 @@ TanStack Router builds on concepts and patterns popularized by many other OSS pr - [TRPC](https://trpc.io/) - [Remix](https://remix.run) -- [Chicane](https://swan-io.github.io/chicane/) +- [Chicane](https://github.com/swan-io/chicane) (the chicane docs site at swan-io.github.io/chicane is no longer deployed; the GitHub repo is the canonical home) - [Next.js](https://nextjs.org) We acknowledge the investment, risk and research that went into their development, but are excited to push the bar they have set even higher.