Skip to content

Commit b19e0b9

Browse files
docs: wrong link to bun server implementation in hosting page (#5272)
Update link to server.ts in hosting.md
1 parent b4e370e commit b19e0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/react/hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ We've created an optimized production server that provides intelligent static as
245245

246246
**Quick Setup:**
247247

248-
1. Copy the [`server.ts`](../../../../examples/react/start-bun/server.ts) file from the example in this repository to your project root
248+
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
249249

250250
2. Build your application:
251251

0 commit comments

Comments
 (0)