From d18614094f873b81c66643fb6fe0d2f45b1163d9 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Tue, 26 Sep 2017 00:29:12 +0800 Subject: [PATCH] [en] http -> https --- docs/en/README.md | 4 ++-- docs/en/features/scoped-css.md | 2 +- docs/en/workflow/linting.md | 2 +- docs/en/workflow/testing.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en/README.md b/docs/en/README.md index ed4480e79..0250fa4a9 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -21,9 +21,9 @@ In a nutshell, the combination of Webpack and `vue-loader` gives you a modern, f If you are already familiar with Webpack, feel free to skip the following explanation. But for those of you who are new to Webpack, here's a quick intro: -[Webpack](http://webpack.github.io/) is a module bundler. It takes a bunch of files, treating each as a module, figuring out the dependencies between them, and bundle them into static assets that are ready for deployment. +[Webpack](https://webpack.github.io/) is a module bundler. It takes a bunch of files, treating each as a module, figuring out the dependencies between them, and bundle them into static assets that are ready for deployment. -![webpack](http://webpack.github.io/assets/what-is-webpack.png) +![webpack](https://webpack.github.io/assets/what-is-webpack.png) For a basic example, imagine we have a bunch of CommonJS modules. They cannot run directly inside the browser, so we need to "bundle" them into a single file that can be included via a `