Skip to content

Commit c7999cf

Browse files
kidonngkefranabg
authored andcommitted
fix($docs): Update link to the 0.x documentation (#1852)
1 parent e8064b0 commit c7999cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/docs/docs/.vuepress/nav/en.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ module.exports = [
6969
},
7070
{
7171
text: "0.x",
72-
link: "https://vuepress.vuejs.org/"
72+
link: "https://v0.vuepress.vuejs.org/"
7373
}
7474
];

packages/docs/docs/.vuepress/nav/zh.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ module.exports = [
6969
},
7070
{
7171
text: "0.x",
72-
link: "https://vuepress.vuejs.org/"
72+
link: "https://v0.vuepress.vuejs.org/"
7373
}
7474
];

0 commit comments

Comments
 (0)