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 @@