Skip to content

Commit 3622569

Browse files
😒 chore(README): Link to main branch.
1 parent 1bc27b6 commit 3622569

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
@@ -12,17 +12,17 @@ Parent is [@aureooms/js-heap](https://github.com/aureooms/js-heap).
1212
let heap = new FibonacciHeap( compare.increasing ) ;
1313
```
1414

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)
1616
[![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)
1818
[![Dependencies](https://img.shields.io/david/aureooms/js-fibonacci-heap.svg)](https://david-dm.org/aureooms/js-fibonacci-heap)
1919
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-fibonacci-heap.svg)](https://david-dm.org/aureooms/js-fibonacci-heap?type=dev)
2020
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-fibonacci-heap.svg)](https://github.com/aureooms/js-fibonacci-heap/issues)
2121
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-fibonacci-heap.svg)](https://www.npmjs.org/package/@aureooms/js-fibonacci-heap)
2222

2323
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-fibonacci-heap.svg)](https://codeclimate.com/github/aureooms/js-fibonacci-heap/issues)
2424
[![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)
2626
[![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)
2727
[![Documentation](https://aureooms.github.io/js-fibonacci-heap/badge.svg)](https://aureooms.github.io/js-fibonacci-heap/source.html)
2828

doc/manual/example.md

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

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).

0 commit comments

Comments
 (0)