File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ Parent is [@aureooms/js-heap](https://github.com/aureooms/js-heap).
12
12
let heap = new FibonacciHeap ( compare .increasing ) ;
13
13
```
14
14
15
- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-fibonacci-heap.svg )] ( https://raw.githubusercontent.com/aureooms/js-fibonacci-heap/master /LICENSE )
15
+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-fibonacci-heap.svg )] ( https://raw.githubusercontent.com/aureooms/js-fibonacci-heap/main /LICENSE )
16
16
[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-fibonacci-heap.svg )] ( https://www.npmjs.org/package/@aureooms/js-fibonacci-heap )
17
- [ ![ Build] ( https://img.shields.io/travis/aureooms/js-fibonacci-heap/master .svg )] ( https://travis-ci.org/aureooms/js-fibonacci-heap/branches )
17
+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-fibonacci-heap/main .svg )] ( https://travis-ci.org/aureooms/js-fibonacci-heap/branches )
18
18
[ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-fibonacci-heap.svg )] ( https://david-dm.org/aureooms/js-fibonacci-heap )
19
19
[ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-fibonacci-heap.svg )] ( https://david-dm.org/aureooms/js-fibonacci-heap?type=dev )
20
20
[ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-fibonacci-heap.svg )] ( https://github.com/aureooms/js-fibonacci-heap/issues )
21
21
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-fibonacci-heap.svg )] ( https://www.npmjs.org/package/@aureooms/js-fibonacci-heap )
22
22
23
23
[ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-fibonacci-heap.svg )] ( https://codeclimate.com/github/aureooms/js-fibonacci-heap/issues )
24
24
[ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-fibonacci-heap.svg )] ( https://codeclimate.com/github/aureooms/js-fibonacci-heap/trends/churn )
25
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-fibonacci-heap/master .svg )] ( https://codecov.io/gh/aureooms/js-fibonacci-heap )
25
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-fibonacci-heap/main .svg )] ( https://codecov.io/gh/aureooms/js-fibonacci-heap )
26
26
[ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-fibonacci-heap.svg )] ( https://codeclimate.com/github/aureooms/js-fibonacci-heap/trends/technical_debt )
27
27
[ ![ Documentation] ( https://aureooms.github.io/js-fibonacci-heap/badge.svg )] ( https://aureooms.github.io/js-fibonacci-heap/source.html )
28
28
Original file line number Diff line number Diff line change 1
1
# Examples
2
2
3
- > More examples in [ the test files] ( https://github.com/aureooms/js-fibonacci-heap/tree/master /test/src ) .
3
+ > More examples in [ the test files] ( https://github.com/aureooms/js-fibonacci-heap/tree/main /test/src ) .
You can’t perform that action at this time.
0 commit comments