From 5c154aa11c9ffeb1ed24c3f9eb54d1e62a3377b9 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 12 Jul 2022 11:21:09 +0800 Subject: [PATCH] update ssr docs link --- src/v2/guide/security.md | 2 +- src/v2/guide/ssr.md | 2 +- themes/vue/layout/partials/ecosystem_dropdown.ejs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/v2/guide/security.md b/src/v2/guide/security.md index bc6537a6d5..f0877d106c 100644 --- a/src/v2/guide/security.md +++ b/src/v2/guide/security.md @@ -182,4 +182,4 @@ HTTP security vulnerabilities, such as cross-site request forgery (CSRF/XSRF) an ## Server-Side Rendering (SSR) -There are some additional security concerns when using SSR, so make sure to follow the best practices outlined throughout [our SSR documentation](https://ssr.vuejs.org/) to avoid vulnerabilities. +There are some additional security concerns when using SSR, so make sure to follow the best practices outlined throughout [our SSR documentation](https://v2.ssr.vuejs.org/) to avoid vulnerabilities. diff --git a/src/v2/guide/ssr.md b/src/v2/guide/ssr.md index 97b33f5158..864b9afd5e 100644 --- a/src/v2/guide/ssr.md +++ b/src/v2/guide/ssr.md @@ -6,7 +6,7 @@ order: 503 ## The Complete SSR Guide -We have created a standalone guide for creating server-rendered Vue applications. This is a very in-depth guide for those who are already familiar with client-side Vue development, server-side Node.js development and webpack. Check it out at [ssr.vuejs.org](https://ssr.vuejs.org/). +We have created a standalone guide for creating server-rendered Vue applications. This is a very in-depth guide for those who are already familiar with client-side Vue development, server-side Node.js development and webpack. Check it out at [v2.ssr.vuejs.org](https://v2.ssr.vuejs.org/). ## Nuxt.js diff --git a/themes/vue/layout/partials/ecosystem_dropdown.ejs b/themes/vue/layout/partials/ecosystem_dropdown.ejs index d7fc2d5889..e197028fa6 100644 --- a/themes/vue/layout/partials/ecosystem_dropdown.ejs +++ b/themes/vue/layout/partials/ecosystem_dropdown.ejs @@ -19,7 +19,7 @@
  • News