]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: update the url of SSR (#977)
authorLee <peteralfredlee@gmail.com>
Wed, 2 Jun 2021 12:47:03 +0000 (20:47 +0800)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 12:47:03 +0000 (14:47 +0200)
docs/guide/essentials/history-mode.md
docs/zh/guide/essentials/history-mode.md

index 006723a872f5be78518f7a62658d1435d1add6b4..e3f8fa8e6ef7fd6870f3d894ead31f6eb22cb1c3 100644 (file)
@@ -178,4 +178,4 @@ const router = createRouter({
 })
 ```
 
-Alternatively, if you are using a Node.js server, you can implement the fallback by using the router on the server side to match the incoming URL and respond with 404 if no route is matched. Check out the [Vue server side rendering documentation](https://ssr.vuejs.org/en/) for more information.
+Alternatively, if you are using a Node.js server, you can implement the fallback by using the router on the server side to match the incoming URL and respond with 404 if no route is matched. Check out the [Vue server side rendering documentation](https://v3.vuejs.org/guide/ssr/introduction.html#what-is-server-side-rendering-ssr) for more information.
index 12a394220bc853735755a0288339ccd55b418cac..1f9d5139166bc8cb72c5181d13498e6e7735c57c 100644 (file)
@@ -178,4 +178,4 @@ const router = createRouter({
 })
 ```
 
-另外,如果你使用的是 Node.js 服务器,你可以通过在服务器端使用路由器来匹配传入的 URL,如果没有匹配到路由,则用 404 来响应,从而实现回退。查看 [Vue 服务器端渲染文档](https://ssr.vuejs.org/en/)了解更多信息。
+另外,如果你使用的是 Node.js 服务器,你可以通过在服务器端使用路由器来匹配传入的 URL,如果没有匹配到路由,则用 404 来响应,从而实现回退。查看 [Vue 服务器端渲染文档](https://v3.cn.vuejs.org/guide/ssr/introduction.html#what-is-server-side-rendering-ssr)了解更多信息。