Skip to content

Commit 43b68d7

Browse files
😒 chore(README): Link to main branch.
1 parent 7a8f82e commit 43b68d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ const b = ZZ.from( '-302940923028393' ) ;
1414
a.mul( b ).toString( ) ; // '-903954021577363596419770144565091'
1515
```
1616

17-
[![License](https://img.shields.io/github/license/aureooms/js-integer.svg)](https://raw.githubusercontent.com/aureooms/js-integer/master/LICENSE)
17+
[![License](https://img.shields.io/github/license/aureooms/js-integer.svg)](https://raw.githubusercontent.com/aureooms/js-integer/main/LICENSE)
1818
[![Version](https://img.shields.io/npm/v/@aureooms/js-integer.svg)](https://www.npmjs.org/package/@aureooms/js-integer)
19-
[![Build](https://img.shields.io/travis/aureooms/js-integer/master.svg)](https://travis-ci.org/aureooms/js-integer/branches)
19+
[![Build](https://img.shields.io/travis/aureooms/js-integer/main.svg)](https://travis-ci.org/aureooms/js-integer/branches)
2020
[![Dependencies](https://img.shields.io/david/aureooms/js-integer.svg)](https://david-dm.org/aureooms/js-integer)
2121
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-integer.svg)](https://david-dm.org/aureooms/js-integer?type=dev)
2222
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-integer.svg)](https://github.com/aureooms/js-integer/issues)
2323
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-integer.svg)](https://www.npmjs.org/package/@aureooms/js-integer)
2424

2525
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-integer.svg)](https://codeclimate.com/github/aureooms/js-integer/issues)
2626
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-integer.svg)](https://codeclimate.com/github/aureooms/js-integer/trends/churn)
27-
[![Code coverage (alls)](https://img.shields.io/coveralls/github/aureooms/js-integer/master.svg)](https://coveralls.io/r/aureooms/js-integer)
27+
[![Code coverage (alls)](https://img.shields.io/coveralls/github/aureooms/js-integer/main.svg)](https://coveralls.io/r/aureooms/js-integer)
2828
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-integer.svg)](https://codeclimate.com/github/aureooms/js-integer/trends/technical_debt)
2929
[![Documentation](https://aureooms.github.io/js-integer/badge.svg)](https://aureooms.github.io/js-integer/source.html)
3030
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-integer)](https://bundlephobia.com/result?p=@aureooms/js-integer)

doc/manual/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

3-
> More examples in [the test files](https://github.com/aureooms/js-integer/tree/master/test/src).
3+
> More examples in [the test files](https://github.com/aureooms/js-integer/tree/main/test/src).
44
55
```js
66
import { ZZ } from '@aureooms/js-integer' ;

0 commit comments

Comments
 (0)