From a16bf83083f0aebfe6a55a9de76bad56e650a855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A8o=20Gauthier?= Date: Sun, 28 Sep 2025 10:25:58 +0200 Subject: [PATCH] Update link to server.ts in hosting.md --- docs/start/framework/react/hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/framework/react/hosting.md b/docs/start/framework/react/hosting.md index 2a73c3f128..43c8edc818 100644 --- a/docs/start/framework/react/hosting.md +++ b/docs/start/framework/react/hosting.md @@ -245,7 +245,7 @@ We've created an optimized production server that provides intelligent static as **Quick Setup:** -1. Copy the [`server.ts`](../../../../examples/react/start-bun/server.ts) file from the example in this repository to your project root +1. Copy the [`server.ts`](https://github.com/tanstack/router/blob/main/examples/react/start-bun/server.ts) file from the example in this repository to your project root 2. Build your application: