From 492ca9bcd8157151444739148874fad9be65c841 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Fri, 7 Oct 2016 09:39:26 +0200 Subject: [PATCH] Switch to https Replaced all http vuejs.org links with https instead. --- .github/ISSUE_TEMPLATE.md | 2 +- README.md | 10 +++++----- examples/elastic-header/index.html | 2 +- examples/todomvc/app.js | 4 ++-- examples/todomvc/readme.md | 12 ++++++------ test/unit/modules/vdom/modules/dom-props.spec.js | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 68c98e3d208..c12caedd647 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ Got a question? =============== The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use the following resources: -- Read the docs: http://vuejs.org/guide/ +- Read the docs: https://vuejs.org/guide/ - Watch video tutorials: https://laracasts.com/series/learning-vue-step-by-step - Ask in the Gitter chat room: https://gitter.im/vuejs/vue - Ask on the forums: http://forum.vuejs.org/ diff --git a/README.md b/README.md index 60b98ab893e..87a90ef8726 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

Build Status @@ -58,13 +58,13 @@ Vue.js is an MIT-licensed open source project. Its ongoing development is made p Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include: -- [Declarative rendering with a plain JavaScript object based reactivity system.](http://vuejs.org/guide/index.html#Declarative-Rendering) -- [Component-oriented development style with tooling support](http://vuejs.org/guide/index.html#Composing-with-Components) +- [Declarative rendering with a plain JavaScript object based reactivity system.](https://vuejs.org/guide/index.html#Declarative-Rendering) +- [Component-oriented development style with tooling support](https://vuejs.org/guide/index.html#Composing-with-Components) - Lean and extensible core -- [Flexible transition effect system](http://vuejs.org/guide/transitions.html) +- [Flexible transition effect system](https://vuejs.org/guide/transitions.html) - Fast without the need for complex optimization -Note that Vue.js only supports [ES5-compliant browsers](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported). To check out live examples and docs, visit [vuejs.org](http://vuejs.org). +Note that Vue.js only supports [ES5-compliant browsers](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported). To check out live examples and docs, visit [vuejs.org](https://vuejs.org). ## Questions diff --git a/examples/elastic-header/index.html b/examples/elastic-header/index.html index efb9f42cec9..63f75fa0246 100644 --- a/examples/elastic-header/index.html +++ b/examples/elastic-header/index.html @@ -31,7 +31,7 @@