Skip to content

Commit 28612c5

Browse files
😒 chore(README): Link to main branch.
1 parent 79815d9 commit 28612c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[@aureooms/js-fingertree](https://aureooms.github.io/js-fingertree)
22
==
33

4-
<img src="https://cdn.rawgit.com/aureooms/js-fingertree/master/media/sketch.svg" width="864">
4+
<img src="https://cdn.rawgit.com/aureooms/js-fingertree/main/media/sketch.svg" width="864">
55

66
Finger trees for JavaScript.
77
See [docs](https://aureooms.github.io/js-fingertree).
@@ -11,17 +11,17 @@ Parent is [@aureooms/js-persistent](https://github.com/aureooms/js-persistent).
1111
| Single x
1212
| Deep ( Digit x ) ( FingerTree ( Node x ) ) ( Digit x )
1313

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

2222
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-fingertree.svg)](https://codeclimate.com/github/aureooms/js-fingertree/issues)
2323
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-fingertree.svg)](https://codeclimate.com/github/aureooms/js-fingertree/trends/churn)
24-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-fingertree/master.svg)](https://codecov.io/gh/aureooms/js-fingertree)
24+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-fingertree/main.svg)](https://codecov.io/gh/aureooms/js-fingertree)
2525
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-fingertree.svg)](https://codeclimate.com/github/aureooms/js-fingertree/trends/technical_debt)
2626
[![Documentation](https://aureooms.github.io/js-fingertree/badge.svg)](https://aureooms.github.io/js-fingertree/source.html)
2727
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-fingertree)](https://bundlephobia.com/result?p=@aureooms/js-fingertree)
@@ -234,6 +234,6 @@ let right = tree.dropUntil( measure => measure > 2 ) ;
234234
## References
235235

236236
- [Hinze and Paterson](http://staff.city.ac.uk/~ross/papers/FingerTree.pdf)
237-
- [An (incomplete) implementation in Python](https://github.com/kachayev/fn.py/blob/master/fn/immutable/finger.py)
237+
- [An (incomplete) implementation in Python](https://github.com/kachayev/fn.py/blob/main/fn/immutable/finger.py)
238238
- [A (buggy) previous JavaScript implementation](https://github.com/qiao/fingertree.js)
239-
- [A coffeescript implementation](https://github.com/zot/Leisure/blob/master/src/lib/fingertree.coffee)
239+
- [A coffeescript implementation](https://github.com/zot/Leisure/blob/main/src/lib/fingertree.coffee)

0 commit comments

Comments
 (0)