Skip to content

Commit 44d513c

Browse files
📚 docs(README): Fix badges.
1 parent 3db447e commit 44d513c

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
@@ -26,18 +26,18 @@ for ( let certificate of sat.solve( instance ) ) {
2626
}
2727
```
2828

29-
[![License](https://img.shields.io/github/license/aureooms/js-sat.git.svg)](https://raw.githubusercontent.com/aureooms/js-sat.git/master/LICENSE)
29+
[![License](https://img.shields.io/github/license/aureooms/js-sat.svg)](https://raw.githubusercontent.com/aureooms/js-sat/master/LICENSE)
3030
[![Version](https://img.shields.io/npm/v/@aureooms/js-sat.svg)](https://www.npmjs.org/package/@aureooms/js-sat)
31-
[![Build](https://img.shields.io/travis/aureooms/js-sat.git/master.svg)](https://travis-ci.org/aureooms/js-sat.git/branches)
32-
[![Dependencies](https://img.shields.io/david/aureooms/js-sat.git.svg)](https://david-dm.org/aureooms/js-sat.git)
33-
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-sat.git.svg)](https://david-dm.org/aureooms/js-sat.git?type=dev)
34-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-sat.git.svg)](https://github.com/aureooms/js-sat.git/issues)
31+
[![Build](https://img.shields.io/travis/aureooms/js-sat/master.svg)](https://travis-ci.org/aureooms/js-sat/branches)
32+
[![Dependencies](https://img.shields.io/david/aureooms/js-sat.svg)](https://david-dm.org/aureooms/js-sat)
33+
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-sat.svg)](https://david-dm.org/aureooms/js-sat?type=dev)
34+
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-sat.svg)](https://github.com/aureooms/js-sat/issues)
3535
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-sat.svg)](https://www.npmjs.org/package/@aureooms/js-sat)
3636

37-
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-sat.git.svg)](https://codeclimate.com/github/aureooms/js-sat.git/issues)
38-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-sat.git.svg)](https://codeclimate.com/github/aureooms/js-sat.git/trends/churn)
39-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-sat.git/master.svg)](https://codecov.io/gh/aureooms/js-sat.git)
40-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-sat.git.svg)](https://codeclimate.com/github/aureooms/js-sat.git/trends/technical_debt)
37+
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-sat.svg)](https://codeclimate.com/github/aureooms/js-sat/issues)
38+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-sat.svg)](https://codeclimate.com/github/aureooms/js-sat/trends/churn)
39+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-sat/master.svg)](https://codecov.io/gh/aureooms/js-sat)
40+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-sat.svg)](https://codeclimate.com/github/aureooms/js-sat/trends/technical_debt)
4141
[![Documentation](https://aureooms.github.io/js-sat/badge.svg)](https://aureooms.github.io/js-sat/source.html)
4242
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-sat)](https://bundlephobia.com/result?p=@aureooms/js-sat)
4343

0 commit comments

Comments
 (0)