Skip to content

Commit 8298571

Browse files
committed
remove rc subdomain from migration guide urls
1 parent b31f322 commit 8298571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helpers/migration-guide-url-for.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
module.exports = function (library) {
44
if (library === 'vue') {
5-
return 'http://rc.vuejs.org/guide/migration.html'
5+
return 'http://vuejs.org/guide/migration.html'
66
} else {
7-
return 'http://rc.vuejs.org/guide/migration-' + library + '.html'
7+
return 'http://vuejs.org/guide/migration-' + library + '.html'
88
}
99
}

0 commit comments

Comments
 (0)