Skip to content

Commit f989ccd

Browse files
😒 chore(README): Link to main branch.
1 parent 447a9d9 commit f989ccd

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
@@ -4,17 +4,17 @@
44
Radix sorting algorithms for JavaScript.
55
Parent is [@aureooms/js-sort](https://github.com/aureooms/js-sort).
66

7-
[![License](https://img.shields.io/github/license/aureooms/js-radix-sort.svg)](https://raw.githubusercontent.com/aureooms/js-radix-sort/master/LICENSE)
7+
[![License](https://img.shields.io/github/license/aureooms/js-radix-sort.svg)](https://raw.githubusercontent.com/aureooms/js-radix-sort/main/LICENSE)
88
[![Version](https://img.shields.io/npm/v/@aureooms/js-radix-sort.svg)](https://www.npmjs.org/package/@aureooms/js-radix-sort)
9-
[![Build](https://img.shields.io/travis/aureooms/js-radix-sort/master.svg)](https://travis-ci.org/aureooms/js-radix-sort/branches)
9+
[![Build](https://img.shields.io/travis/aureooms/js-radix-sort/main.svg)](https://travis-ci.org/aureooms/js-radix-sort/branches)
1010
[![Dependencies](https://img.shields.io/david/aureooms/js-radix-sort.svg)](https://david-dm.org/aureooms/js-radix-sort)
1111
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-radix-sort.svg)](https://david-dm.org/aureooms/js-radix-sort?type=dev)
1212
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-radix-sort.svg)](https://github.com/aureooms/js-radix-sort/issues)
1313
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-radix-sort.svg)](https://www.npmjs.org/package/@aureooms/js-radix-sort)
1414

1515
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-radix-sort.svg)](https://codeclimate.com/github/aureooms/js-radix-sort/issues)
1616
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-radix-sort.svg)](https://codeclimate.com/github/aureooms/js-radix-sort/trends/churn)
17-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-radix-sort/master.svg)](https://codecov.io/gh/aureooms/js-radix-sort)
17+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-radix-sort/main.svg)](https://codecov.io/gh/aureooms/js-radix-sort)
1818
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-radix-sort.svg)](https://codeclimate.com/github/aureooms/js-radix-sort/trends/technical_debt)
1919
[![Documentation](https://aureooms.github.io/js-radix-sort//badge.svg)](https://aureooms.github.io/js-radix-sort//source.html)
2020
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-radix-sort)](https://bundlephobia.com/result?p=@aureooms/js-radix-sort)

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-radix-sort/tree/master/test/src).
3+
> More examples in [the test files](https://github.com/aureooms/js-radix-sort/tree/main/test/src).

0 commit comments

Comments
 (0)