Skip to content

Commit 9c3818f

Browse files
korinnekodster28
andauthored
Update src/content/docs/workers/frameworks/framework-guides/react-router.mdx
Co-authored-by: Kody Jackson <[email protected]>
1 parent 65eb81f commit 9c3818f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/frameworks/framework-guides/react-router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ It combines with the [Cloudflare Vite plugin](/workers/vite-plugin/) to provide
8383
After creating your project, run the following command in your project directory to start a local development server.
8484
<PackageManagers type="run" args="dev" />
8585
<Details header="What's happening in local development?">
86-
This project uses React Router in combination with the Cloudflare Vite plugin.
86+
This project uses React Router in combination with the [Cloudflare Vite plugin](/workers/vite-plugin/).
8787
This means that your application runs in the Cloudflare Workers runtime, just like in production, and enables access to local emulations of bindings.
8888
</Details>
8989

0 commit comments

Comments
 (0)