Skip to content

Commit

Permalink
update ssr docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 12, 2022
1 parent b6460eb commit 5c154aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/v2/guide/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/v2/guide/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion themes/vue/layout/partials/ecosystem_dropdown.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<li><ul>
<li><a href="https://router.vuejs.org/" class="nav-link" target="_blank" rel="noopener">Vue Router</a></li>
<li><a href="https://vuex.vuejs.org/" class="nav-link" target="_blank" rel="noopener">Vuex</a></li>
<li><a href="https://ssr.vuejs.org/" class="nav-link" target="_blank" rel="noopener">Vue Server Renderer</a></li>
<li><a href="https://v2.ssr.vuejs.org/" class="nav-link" target="_blank" rel="noopener">Vue Server Renderer</a></li>
</ul></li>
<li><h4>News</h4></li>
<li><ul>
Expand Down

1 comment on commit 5c154aa

@BombCowpat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://v2.ssr.vuejs.org/ is very useful 😎😎😎

Please sign in to comment.