Skip to content

Commit c86fe67

Browse files
committed
chore: use https in some links
1 parent 5d0c852 commit c86fe67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Build status][appveyor-image]][appveyor-url] [![Coverage Status][codecov-image]][codecov-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url]
44

55
[npm-url]:https://npmjs.org/package/cross-spawn
6-
[downloads-image]:http://img.shields.io/npm/dm/cross-spawn.svg
7-
[npm-image]:http://img.shields.io/npm/v/cross-spawn.svg
6+
[downloads-image]:https://img.shields.io/npm/dm/cross-spawn.svg
7+
[npm-image]:https://img.shields.io/npm/v/cross-spawn.svg
88
[travis-url]:https://travis-ci.org/moxystudio/node-cross-spawn
9-
[travis-image]:http://img.shields.io/travis/moxystudio/node-cross-spawn/master.svg
9+
[travis-image]:https://img.shields.io/travis/moxystudio/node-cross-spawn/master.svg
1010
[appveyor-url]:https://ci.appveyor.com/project/satazor/node-cross-spawn
1111
[appveyor-image]:https://img.shields.io/appveyor/ci/satazor/node-cross-spawn/master.svg
1212
[codecov-url]:https://codecov.io/gh/moxystudio/node-cross-spawn
@@ -93,4 +93,4 @@ Remember to always test your code on Windows!
9393

9494
## License
9595

96-
Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php).
96+
Released under the [MIT License](https://www.opensource.org/licenses/mit-license.php).

0 commit comments

Comments
 (0)