Skip to content

Commit 829f3a1

Browse files
use https for shields.io
1 parent 8cae8fa commit 829f3a1

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
@@ -7,13 +7,13 @@ Randomness algorithms for JavaScript.
77
See [docs](https://aureooms.github.io/js-random).
88
Parent is [@aureooms/js-algorithms](https://aureooms.github.io/js-algorithms).
99

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

0 commit comments

Comments
 (0)