diff --git a/docs/start/framework/react/build-from-scratch.md b/docs/start/framework/react/build-from-scratch.md index a0a04f06d4..3fa9090fd0 100644 --- a/docs/start/framework/react/build-from-scratch.md +++ b/docs/start/framework/react/build-from-scratch.md @@ -14,7 +14,7 @@ This guide will help you build a **very** basic TanStack Start web application. - Display a counter - Increment the counter on the server and client -[Here is what that will look like](https://stackblitz.com/github/tanstack/router/tree/main/examples/react/start-counter) +[Here is what that will look like](https://codesandbox.io/s/github/TanStack/router/tree/main/examples/react/start-counter) Let's create a new project directory and initialize it.