Skip to content

Commit 035c7d7

Browse files
committed
docs: change some http links to https
1 parent aa9d489 commit 035c7d7

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# http://editorconfig.org
1+
# https://editorconfig.org
22
root = true
33

44
[*]

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ English | [简体中文](./README.zh-CN.md)
3030

3131
## Introduction
3232

33-
[vue-element-admin](http://panjiachen.github.io/vue-element-admin) is a production-ready front-end solution for admin interfaces. It based on [vue](https://github.com/vuejs/vue) and use the UI Toolkit [element-ui](https://github.com/ElemeFE/element).
33+
[vue-element-admin](https://panjiachen.github.io/vue-element-admin) is a production-ready front-end solution for admin interfaces. It based on [vue](https://github.com/vuejs/vue) and use the UI Toolkit [element-ui](https://github.com/ElemeFE/element).
3434

3535
It is a magical vue admin based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. It helps you build a large complex Single-Page Applications. I believe whatever your needs are, this project will help you.
3636

37-
- [Preview](http://panjiachen.github.io/vue-element-admin)
37+
- [Preview](https://panjiachen.github.io/vue-element-admin)
3838

3939
- [Documentation](https://panjiachen.github.io/vue-element-admin-site/)
4040

@@ -56,7 +56,7 @@ It is a magical vue admin based on the newest development stack of vue, built-in
5656

5757
## Preparation
5858

59-
You need to install [node](http://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](http://es6.ruanyifeng.com/), [vue](https://cn.vuejs.org/index.html), [vuex](https://vuex.vuejs.org/zh-cn/), [vue-router](https://router.vuejs.org/zh-cn/), [vue-cli](https://github.com/vuejs/vue-cli) , [axios](https://github.com/axios/axios) and [element-ui](https://github.com/ElemeFE/element), all request data is simulated using [Mock.js](https://github.com/nuysoft/Mock).
59+
You need to install [node](https://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](https://es6.ruanyifeng.com/), [vue](https://cn.vuejs.org/index.html), [vuex](https://vuex.vuejs.org/zh-cn/), [vue-router](https://router.vuejs.org/zh-cn/), [vue-cli](https://github.com/vuejs/vue-cli) , [axios](https://github.com/axios/axios) and [element-ui](https://github.com/ElemeFE/element), all request data is simulated using [Mock.js](https://github.com/nuysoft/Mock).
6060
Understanding and learning this knowledge in advance will greatly help the use of this project.
6161

6262
<p align="center">
@@ -187,7 +187,7 @@ Detailed changes for each release are documented in the [release notes](https://
187187

188188
## Online Demo
189189

190-
[Preview](http://panjiachen.github.io/vue-element-admin)
190+
[Preview](https://panjiachen.github.io/vue-element-admin)
191191

192192
## Donate
193193

@@ -203,7 +203,7 @@ If you find this project useful, you can buy author a glass of juice :tropical_d
203203

204204
Modern browsers and Internet Explorer 10+.
205205

206-
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
206+
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Safari |
207207
| --------- | --------- | --------- | --------- |
208208
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions
209209

README.zh-CN.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030

3131
## 简介
3232

33-
[vue-element-admin](http://panjiachen.github.io/vue-element-admin) 是一个后台前端解决方案,它基于 [vue](https://github.com/vuejs/vue)[element-ui](https://github.com/ElemeFE/element)实现。它使用了最新的前端技术栈,内置了 i18n 国际化解决方案,动态路由,权限验证,提炼了典型的业务模型,提供了丰富的功能组件,它可以帮助你快速搭建企业级中后台产品原型。相信不管你的需求是什么,本项目都能帮助到你。
33+
[vue-element-admin](https://panjiachen.github.io/vue-element-admin) 是一个后台前端解决方案,它基于 [vue](https://github.com/vuejs/vue)[element-ui](https://github.com/ElemeFE/element)实现。它使用了最新的前端技术栈,内置了 i18n 国际化解决方案,动态路由,权限验证,提炼了典型的业务模型,提供了丰富的功能组件,它可以帮助你快速搭建企业级中后台产品原型。相信不管你的需求是什么,本项目都能帮助到你。
3434

35-
- [在线预览](http://panjiachen.github.io/vue-element-admin)
35+
- [在线预览](https://panjiachen.github.io/vue-element-admin)
3636

3737
- [使用文档](https://panjiachen.github.io/vue-element-admin-site/zh/)
3838

@@ -204,7 +204,7 @@ Detailed changes for each release are documented in the [release notes](https://
204204

205205
## Online Demo
206206

207-
[在线 Demo](http://panjiachen.github.io/vue-element-admin)
207+
[在线 Demo](https://panjiachen.github.io/vue-element-admin)
208208

209209
## Donate
210210

@@ -221,7 +221,7 @@ Detailed changes for each release are documented in the [release notes](https://
221221

222222
Modern browsers and Internet Explorer 10+.
223223

224-
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
224+
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](https://godban.github.io/browsers-support-badges/)</br>Safari |
225225
| --------- | --------- | --------- | --------- |
226226
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions
227227

mock/mock-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = app => {
2929
require('@babel/register')
3030

3131
// parse app.body
32-
// http://expressjs.com/en/4x/api.html#req.body
32+
// https://expressjs.com/en/4x/api.html#req.body
3333
app.use(bodyParser.json())
3434
app.use(bodyParser.urlencoded({
3535
extended: true

src/views/components-demo/splitpane.vue

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

0 commit comments

Comments
 (0)