Skip to content

Commit 1d6daf2

Browse files
authored
Merge pull request #877 from Alex-Sokolov/master
Change two links
2 parents e689b5e + 78056db commit 1d6daf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ language:
1212

1313
# URL
1414
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
15-
url: http://vuejs.org
15+
url: https://vuejs.org
1616
root: /
1717
permalink: :year/:month/:day/:title/
1818
tag_dir: tags

src/v2/guide/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order: 21
66

77
## Official Router
88

9-
For most Single Page Applications, it's recommended to use the officially-supported [vue-router library](https://github.com/vuejs/vue-router). For more details, see vue-router's [documentation](http://vuejs.github.io/vue-router/).
9+
For most Single Page Applications, it's recommended to use the officially-supported [vue-router library](https://github.com/vuejs/vue-router). For more details, see vue-router's [documentation](https://router.vuejs.org/).
1010

1111
## Simple Routing From Scratch
1212

0 commit comments

Comments
 (0)