diff --git a/_config.yml b/_config.yml index 7021152df4..6d64282ad6 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ language: # URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' -url: http://vuejs.org +url: https://vuejs.org root: / permalink: :year/:month/:day/:title/ tag_dir: tags diff --git a/src/v2/guide/routing.md b/src/v2/guide/routing.md index 80478b5779..f4566cbdec 100644 --- a/src/v2/guide/routing.md +++ b/src/v2/guide/routing.md @@ -6,7 +6,7 @@ order: 21 ## Official Router -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/). +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/). ## Simple Routing From Scratch