Skip to content

Commit c6513a7

Browse files
use https for shields.io
1 parent 488b64a commit c6513a7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
Bucketsort code bricks for JavaScript. Parent is
55
[aureooms/js-sort](https://github.com/aureooms/js-sort).
66

7-
[![NPM license](http://img.shields.io/npm/l/@aureooms/js-bucketsort.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-bucketsort/master/LICENSE)
8-
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-bucketsort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-bucketsort)
9-
[![Bower version](http://img.shields.io/bower/v/@aureooms/js-bucketsort.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-bucketsort)
10-
[![Build Status](http://img.shields.io/travis/aureooms/js-bucketsort.svg?style=flat)](https://travis-ci.org/aureooms/js-bucketsort)
11-
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-bucketsort.svg?style=flat)](https://coveralls.io/r/aureooms/js-bucketsort)
12-
[![Dependencies Status](http://img.shields.io/david/aureooms/js-bucketsort.svg?style=flat)](https://david-dm.org/aureooms/js-bucketsort#info=dependencies)
13-
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-bucketsort.svg?style=flat)](https://david-dm.org/aureooms/js-bucketsort#info=devDependencies)
14-
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-bucketsort.svg?style=flat)](https://codeclimate.com/github/aureooms/js-bucketsort)
15-
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-bucketsort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-bucketsort)
16-
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-bucketsort.svg?style=flat)](https://github.com/aureooms/js-bucketsort/issues)
7+
[![NPM license](https://img.shields.io/npm/l/@aureooms/js-bucketsort.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-bucketsort/master/LICENSE)
8+
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-bucketsort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-bucketsort)
9+
[![Bower version](https://img.shields.io/bower/v/@aureooms/js-bucketsort.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-bucketsort)
10+
[![Build Status](https://img.shields.io/travis/aureooms/js-bucketsort.svg?style=flat)](https://travis-ci.org/aureooms/js-bucketsort)
11+
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-bucketsort.svg?style=flat)](https://coveralls.io/r/aureooms/js-bucketsort)
12+
[![Dependencies Status](https://img.shields.io/david/aureooms/js-bucketsort.svg?style=flat)](https://david-dm.org/aureooms/js-bucketsort#info=dependencies)
13+
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-bucketsort.svg?style=flat)](https://david-dm.org/aureooms/js-bucketsort#info=devDependencies)
14+
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-bucketsort.svg?style=flat)](https://codeclimate.com/github/aureooms/js-bucketsort)
15+
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-bucketsort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-bucketsort)
16+
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-bucketsort.svg?style=flat)](https://github.com/aureooms/js-bucketsort/issues)
1717
[![Inline docs](http://inch-ci.org/github/aureooms/js-bucketsort.svg?branch=master&style=shields)](http://inch-ci.org/github/aureooms/js-bucketsort)
1818

1919
Can be managed through [jspm](https://github.com/jspm/jspm-cli),

0 commit comments

Comments
 (0)