Skip to content

Commit 9234198

Browse files
use https for shields.io
1 parent dc9ff10 commit 9234198

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Parent is [@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms).
1111
let fordjohnson = sort._fordjohnson( search.binarysearch ) ;
1212
```
1313

14-
[![NPM license](http://img.shields.io/npm/l/@aureooms/js-sort.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-sort/master/LICENSE)
15-
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-sort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-sort)
16-
[![Build Status](http://img.shields.io/travis/aureooms/js-sort.svg?style=flat)](https://travis-ci.org/aureooms/js-sort)
17-
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-sort.svg?style=flat)](https://coveralls.io/r/aureooms/js-sort)
18-
[![Dependencies Status](http://img.shields.io/david/aureooms/js-sort.svg?style=flat)](https://david-dm.org/aureooms/js-sort#info=dependencies)
19-
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-sort.svg?style=flat)](https://david-dm.org/aureooms/js-sort#info=devDependencies)
20-
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-sort.svg?style=flat)](https://codeclimate.com/github/aureooms/js-sort)
21-
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-sort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-sort)
22-
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-sort.svg?style=flat)](https://github.com/aureooms/js-sort/issues)
14+
[![NPM license](https://img.shields.io/npm/l/@aureooms/js-sort.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-sort/master/LICENSE)
15+
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-sort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-sort)
16+
[![Build Status](https://img.shields.io/travis/aureooms/js-sort.svg?style=flat)](https://travis-ci.org/aureooms/js-sort)
17+
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-sort.svg?style=flat)](https://coveralls.io/r/aureooms/js-sort)
18+
[![Dependencies Status](https://img.shields.io/david/aureooms/js-sort.svg?style=flat)](https://david-dm.org/aureooms/js-sort#info=dependencies)
19+
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-sort.svg?style=flat)](https://david-dm.org/aureooms/js-sort#info=devDependencies)
20+
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-sort.svg?style=flat)](https://codeclimate.com/github/aureooms/js-sort)
21+
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-sort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-sort)
22+
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-sort.svg?style=flat)](https://github.com/aureooms/js-sort/issues)
2323
[![Documentation](https://aureooms.github.io/js-sort/badge.svg)](https://aureooms.github.io/js-sort/source.html)
2424

2525
## Children

0 commit comments

Comments
 (0)