From 9262dd1320181a6eaec5401a73b5281b9fd97528 Mon Sep 17 00:00:00 2001 From: Alex Sokolov Date: Wed, 19 Apr 2017 10:44:40 +0300 Subject: [PATCH 1/4] _config.yml add https --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 7021152df4..56ab3d1f71 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 From 2861f4ebcefe5680832e91c721f82fa265b2f6f3 Mon Sep 17 00:00:00 2001 From: Alex Sokolov Date: Wed, 19 Apr 2017 10:45:01 +0300 Subject: [PATCH 2/4] routing.md change link to vue-router docs --- src/v2/guide/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/routing.md b/src/v2/guide/routing.md index 80478b5779..9ae9a0d77f 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](http://router.vuejs.org/). ## Simple Routing From Scratch From a3a591f7edfd3929e434a3c3323bb3647e3422da Mon Sep 17 00:00:00 2001 From: Alex Sokolov Date: Wed, 19 Apr 2017 10:45:50 +0300 Subject: [PATCH 3/4] remove last slash --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 56ab3d1f71..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: https://vuejs.org/ +url: https://vuejs.org root: / permalink: :year/:month/:day/:title/ tag_dir: tags From 78056db089edd580ced7b7c783b7dc8179d401c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20L=C3=BCnborg?= Date: Wed, 19 Apr 2017 09:59:15 +0200 Subject: [PATCH 4/4] add HTTPS --- src/v2/guide/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/routing.md b/src/v2/guide/routing.md index 9ae9a0d77f..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://router.vuejs.org/). +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