Skip to content

Commit e03a3c3

Browse files
authored
fix: url of v3.x document (#2929)
* fix: url of v3.x document ## fix - change url of v3.x document by `vuejs.org` instead `v3.vuejs.org` * fix: url of v3.x document * fix: url of v3.x document
1 parent 12ddbdc commit e03a3c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

themes/vue/layout/page.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="content <%- page.type ? page.type + ' with-sidebar' : '' %> <%- page.type === 'guide' ? page.path.replace(/.+\//, '').replace('.html', '') + '-guide' : '' %>">
1111
<p class="tip warning v3-warning">
1212
You’re browsing the documentation for v2.x and earlier.
13-
For v3.x, <a href="https://v3.vuejs.org/">click here</a>.
13+
For v3.x, <a href="https://vuejs.org/">click here</a>.
1414
</p>
1515

1616
<% if (page.type) { %>

themes/vue/layout/partials/header.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div>
22
<div id="v3-banner">
33
<span class="hidden-sm">You’re browsing the documentation for v2.x and earlier.</span>
4-
<a href="https://v3.vuejs.org/">Click here</a> for v3.x documentation.
4+
<a href="https://vuejs.org/">Click here</a> for v3.x documentation.
55
</div>
66

77
<header id="header">

themes/vue/layout/partials/sidebar.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<%- titles[type] %>
2222
<% if (['cookbook', 'style-guide'].indexOf(type) === -1) { %>
2323
<select class="version-select">
24-
<option value="v3">3.x</option>
24+
<option value="">3.x</option>
2525
<option value="SELF" selected>2.x</option>
2626
<option value="v1">1.0</option>
2727
<option value="012">0.12</option>

0 commit comments

Comments
 (0)