Browse Source

docs: change some http links to https

Pan 6 years ago
parent
commit
035c7d78f1
5 changed files with 12 additions and 12 deletions
  1. 1 1
      .editorconfig
  2. 5 5
      README.md
  3. 4 4
      README.zh-CN.md
  4. 1 1
      mock/mock-server.js
  5. 1 1
      src/views/components-demo/splitpane.vue

+ 1 - 1
.editorconfig

@@ -1,4 +1,4 @@
-# http://editorconfig.org
+# https://editorconfig.org
 root = true
 
 [*]

File diff suppressed because it is too large
+ 5 - 5
README.md


File diff suppressed because it is too large
+ 4 - 4
README.zh-CN.md


+ 1 - 1
mock/mock-server.js

@@ -29,7 +29,7 @@ module.exports = app => {
   require('@babel/register')
 
   // parse app.body
-  // http://expressjs.com/en/4x/api.html#req.body
+  // https://expressjs.com/en/4x/api.html#req.body
   app.use(bodyParser.json())
   app.use(bodyParser.urlencoded({
     extended: true

+ 1 - 1
src/views/components-demo/splitpane.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="components-container">
     <code><strong>SplitPane</strong> If you've used
-      <a href="http://codepen.io/" target="_blank"> codepen</a>,
+      <a href="https://codepen.io/" target="_blank"> codepen</a>,
       <a href="https://jsfiddle.net/" target="_blank"> jsfiddle </a>will not be unfamiliar.
       <a href="https://github.com/PanJiaChen/vue-split-pane" target="_blank"> Github repository</a>
     </code>