Skip to content

Commit 4e4d491

Browse files
committed
Add links to React Router framework guide from Vite plugin docs
1 parent a584849 commit 4e4d491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/workers/vite-plugin/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { PackageManagers, WranglerConfig } from "~/components";
1010

1111
:::note
1212
This guide demonstrates creating a standalone Worker from scratch.
13-
{/* Add link to React Router framework guide */}If you would instead like to create a new application from a ready-to-go template, refer to the [React](/workers/frameworks/framework-guides/react/) or [Vue](/workers/frameworks/framework-guides/vue/) framework guides.
13+
If you would instead like to create a new application from a ready-to-go template, refer to the [React Router](/workers/frameworks/framework-guides/react-router/), [React](/workers/frameworks/framework-guides/react/) or [Vue](/workers/frameworks/framework-guides/vue/) framework guides.
1414
:::
1515

1616
## Start with a basic `package.json`

src/content/docs/workers/vite-plugin/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Your Worker code runs inside [workerd](https://github.com/cloudflare/workerd), m
2727

2828
### Get started
2929

30-
{/* Add link to React Router framework guide */}To create a new application from a ready-to-go template, refer to the [React](/workers/frameworks/framework-guides/react/) or [Vue](/workers/frameworks/framework-guides/vue/) framework guides.
30+
To create a new application from a ready-to-go template, refer to the [React Router](/workers/frameworks/framework-guides/react-router/), [React](/workers/frameworks/framework-guides/react/) or [Vue](/workers/frameworks/framework-guides/vue/) framework guides.
3131

3232
To create a standalone Worker from scratch, refer to [Get started](/workers/vite-plugin/get-started/).
3333

0 commit comments

Comments
 (0)