Skip to content

Commit a7da3be

Browse files
authored
Merge pull request #44 from timacdonald/link
[0.x] Fix docs link
2 parents f34b866 + 975cb14 commit a7da3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ This loads a React "refresh runtime" in development mode only, which is required
179179

180180
### JavaScript files containing JSX must use a `.jsx` extension
181181

182-
You will need to rename any `.js` files containing JSX to instead have a `.jsx` extension. If you need to rename your entry point then you should read the [entry point docs](https://github.com/laravel/vite-plugin/blob/docs/docs/vite.md#entry-points) to learn how to configure the Laravel plugin for your project.
182+
You will need to rename any `.js` files containing JSX to instead have a `.jsx` extension. If you need to rename your entry point then you should read the [entry point docs](https://laravel.com/docs/9.x/vite#configuring-vite) to learn how to configure the Laravel plugin for your project.
183183

184184
See [this tweet](https://twitter.com/youyuxi/status/1362050255009816577) from Vite's creator for more information.
185185

0 commit comments

Comments
 (0)