Skip to content

Commit 7dec532

Browse files
😒 chore(README): Link to main branch.
1 parent 17655f8 commit 7dec532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ for ( let certificate of sat.solve( instance ) ) {
3131
}
3232
```
3333

34-
[![License](https://img.shields.io/github/license/aureooms/js-sat.svg)](https://raw.githubusercontent.com/aureooms/js-sat/master/LICENSE)
34+
[![License](https://img.shields.io/github/license/aureooms/js-sat.svg)](https://raw.githubusercontent.com/aureooms/js-sat/main/LICENSE)
3535
[![Version](https://img.shields.io/npm/v/@aureooms/js-sat.svg)](https://www.npmjs.org/package/@aureooms/js-sat)
36-
[![Build](https://img.shields.io/travis/aureooms/js-sat/master.svg)](https://travis-ci.org/aureooms/js-sat/branches)
36+
[![Build](https://img.shields.io/travis/aureooms/js-sat/main.svg)](https://travis-ci.org/aureooms/js-sat/branches)
3737
[![Dependencies](https://img.shields.io/david/aureooms/js-sat.svg)](https://david-dm.org/aureooms/js-sat)
3838
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-sat.svg)](https://david-dm.org/aureooms/js-sat?type=dev)
3939
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-sat.svg)](https://github.com/aureooms/js-sat/issues)
4040
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-sat.svg)](https://www.npmjs.org/package/@aureooms/js-sat)
4141

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

0 commit comments

Comments
 (0)