Skip to content

Commit 27c60e0

Browse files
committed
docs: fix link and redirect to old docs
1 parent 5319aed commit 27c60e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/.vuepress/public/_redirects

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# redirect v14 urls to root
2-
/en/start/* /:splat
3-
/en/features/* /:splat
4-
/en/configurations/* /:splat
5-
/en/workflow/* /:splat
2+
/en/start/* /guide/:splat
3+
/en/features/* /guide/:splat
4+
/en/configurations/* /guide/:splat
5+
/en/workflow/* /guide/:splat
66

77
# redirect any other langs to legacy
88
/zh-cn/* https://vue-loader-v14.vuejs.org/zh-cn/:splat

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

33
:::tip VERSION NOTE
4-
This is the documentation for Vue Loader v15 and above. If you are upgrading from v14 or an earlier version, check out the [Migration Guide](../migrating.md). If you are using an older version, the old docs are [here](vue-loader-v14.vuejs.org).
4+
This is the documentation for Vue Loader v15 and above. If you are upgrading from v14 or an earlier version, check out the [Migration Guide](../migrating.md). If you are using an older version, the old docs are [here](https://vue-loader-v14.vuejs.org).
55
:::
66

77
## What is Vue Loader?

0 commit comments

Comments
 (0)