Skip to content

Commit 54919cc

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

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
@@ -74,7 +74,7 @@ It combines with the [Cloudflare Vite plugin](/workers/vite-plugin/) to provide
7474
In this file:
7575
- `main` points to `./workers/app.ts`.
7676
This is the entry file for your Worker.
77-
The default export includes a `fetch` handler, which delegates the request to React Router.
77+
The default export includes a [`fetch` handler](/workers/runtime-apis/fetch/), which delegates the request to React Router.
7878
- If you want to add [bindings](/workers/runtime-apis/bindings/) to resources on Cloudflare's developer platform, you configure them here.
7979
</Details>
8080

0 commit comments

Comments
 (0)