From 3cd86be632f981a26e05e91b9ae4ff49c3d6842c Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sat, 3 Dec 2022 14:52:06 +0100 Subject: [PATCH] docs(guide/ssr): Fix link to react plugin repo (#11164) --- docs/guide/ssr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/ssr.md b/docs/guide/ssr.md index 0e50dcb2358dd5..b4826d6a45ccfd 100644 --- a/docs/guide/ssr.md +++ b/docs/guide/ssr.md @@ -19,7 +19,7 @@ If you have questions, the community is usually helpful at [Vite Discord's #ssr Vite provides built-in support for server-side rendering (SSR). The Vite playground contains example SSR setups for Vue 3 and React, which can be used as references for this guide: - [Vue 3](https://github.com/vitejs/vite-plugin-vue/tree/main/playground/ssr-vue) -- [React](https://github.com/vitejs/vite-plugin-vue/tree/main/playground/ssr-react) +- [React](https://github.com/vitejs/vite-plugin-react/tree/main/playground/ssr-react) ## Source Structure