Skip to content

Commit 5e5c588

Browse files
committed
docs(README): fix
1 parent 0d35550 commit 5e5c588

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
@@ -2,8 +2,8 @@
22

33
ES6 implementation of <a href="https://github.com/tweenjs/tween.js">tween.js</a>
44

5-
[![size](http://img.badgesize.io/http://unpkg.com/es6-tween?cache=false)](http://unpkg.com/es6-tween)
6-
[![gzipsize](http://img.badgesize.io/http://unpkg.com/es6-tween?compression=gzip&cache=false)](http://unpkg.com/es6-tween)
5+
[![size](https://img.badgesize.io/https://unpkg.com/es6-tween?cache=false)](https://unpkg.com/es6-tween)
6+
[![gzipsize](https://img.badgesize.io/https://unpkg.com/es6-tween?compression=gzip&cache=false)](https://unpkg.com/es6-tween)
77
[![CDNJS](https://img.shields.io/cdnjs/v/es6-tween.svg)](https://cdnjs.com/libraries/es6-tween)
88
[![jsdelivr](https://img.shields.io/badge/cdn-jsdelivr-brightgreen.svg)](https://cdn.jsdelivr.net/npm/es6-tween) [![unpkg](https://img.shields.io/badge/cdn-unpkg-brightgreen.svg)](https://unpkg.com/es6-tween) [![npmcdn](https://img.shields.io/badge/cdn-npmcdn-brightgreen.svg)](https://npmcdn.com/es6-tween)
99
[![NPM Version][npm-image]][npm-url]
@@ -188,7 +188,7 @@ All ES5 supported browsers including IE9+
188188
* [Full documentation](https://tweenjs.github.io/es6-tween/)
189189
* [API documentation](./API.md)
190190
* [Wiki page](https://github.com/tweenjs/es6-tween/wiki)
191-
* [Tutorial](http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js
191+
* [Tutorial](https://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js
192192

193193
## Compatiblity Testing
194194

@@ -215,7 +215,7 @@ If you want to add any feature or change existing features, you *must* run the t
215215

216216
## People
217217

218-
[All contributors](http://github.com/tweenjs/es6-tween/contributors).
218+
[All contributors](https://github.com/tweenjs/es6-tween/contributors).
219219

220220
## Thanks to:
221221
* [es6-tween contributors](https://github.com/tweenjs/es6-tween/graphs/contributors)

0 commit comments

Comments
 (0)