Skip to content

Commit 152b5c0

Browse files
committed
chore: update external links
1 parent ba21691 commit 152b5c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://img.shields.io/travis/fengyuanchen/markdown-to-vue-loader.svg)](https://travis-ci.org/fengyuanchen/markdown-to-vue-loader) [![Coverage Status](https://img.shields.io/codecov/c/github/fengyuanchen/markdown-to-vue-loader.svg)](https://codecov.io/gh/fengyuanchen/markdown-to-vue-loader) [![Downloads](https://img.shields.io/npm/dm/markdown-to-vue-loader.svg)](https://www.npmjs.com/package/markdown-to-vue-loader) [![Version](https://img.shields.io/npm/v/markdown-to-vue-loader.svg)](https://www.npmjs.com/package/markdown-to-vue-loader) [![Dependencies](https://img.shields.io/david/fengyuanchen/markdown-to-vue-loader.svg)](https://www.npmjs.com/package/markdown-to-vue-loader)
44

5-
> Markdown to Vue component loader for [Webpack](https://webpack.js.org).
5+
> Markdown to Vue component loader for [Webpack](https://webpack.js.org/).
66
77
- The built-in markdown parser is [**markdown-it**](https://github.com/markdown-it/markdown-it).
88
- [Examples](https://fengyuanchen.github.io/markdown-to-vue-loader).
@@ -372,8 +372,8 @@ will render as this:
372372
373373
## Versioning
374374
375-
Maintained under the [Semantic Versioning guidelines](https://semver.org).
375+
Maintained under the [Semantic Versioning guidelines](https://semver.org/).
376376
377377
## License
378378
379-
[MIT](https://opensource.org/licenses/MIT) © [Chen Fengyuan](https://chenfengyuan.com)
379+
[MIT](https://opensource.org/licenses/MIT) © [Chen Fengyuan](https://chenfengyuan.com/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"author": {
3737
"name": "Chen Fengyuan",
38-
"url": "https://chenfengyuan.com"
38+
"url": "https://chenfengyuan.com/"
3939
},
4040
"license": "MIT",
4141
"bugs": {

src/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</a>
4242
<a
4343
class="nav-link"
44-
href="https://fengyuanchen.github.io"
44+
href="https://fengyuanchen.github.io/"
4545
title="Explore more projects"
4646
>
4747
Explore
@@ -139,7 +139,7 @@
139139
</a>
140140
<a
141141
class="nav-link"
142-
href="https://chenfengyuan.com"
142+
href="https://chenfengyuan.com/"
143143
>
144144
About
145145
</a>

0 commit comments

Comments
 (0)