Skip to content

Commit 868b7db

Browse files
😒 chore(README): Link to main branch.
1 parent 803e9f7 commit 868b7db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ let values = [...iter(stack)].join(''); // cba
1414
...
1515
```
1616

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

2525
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-persistent-stack.svg)](https://codeclimate.com/github/aureooms/js-persistent-stack/issues)
2626
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-persistent-stack.svg)](https://codeclimate.com/github/aureooms/js-persistent-stack/trends/churn)
27-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-persistent-stack/master.svg)](https://codecov.io/gh/aureooms/js-persistent-stack)
28-
<!--[![Code coverage (alls)](https://img.shields.io/coveralls/github/aureooms/js-persistent-stack/master.svg)](https://coveralls.io/r/aureooms/js-persistent-stack)-->
27+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-persistent-stack/main.svg)](https://codecov.io/gh/aureooms/js-persistent-stack)
28+
<!--[![Code coverage (alls)](https://img.shields.io/coveralls/github/aureooms/js-persistent-stack/main.svg)](https://coveralls.io/r/aureooms/js-persistent-stack)-->
2929
<!--[![Code coverage (clim)](https://img.shields.io/codeclimate/coverage/aureooms/js-persistent-stack.svg)](https://codeclimate.com/github/aureooms/js-persistent-stack/trends/test_coverage_new_code)-->
3030
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-persistent-stack.svg)](https://codeclimate.com/github/aureooms/js-persistent-stack/trends/technical_debt)
3131
[![Documentation](https://aureooms.github.io/js-persistent-stack/badge.svg)](https://aureooms.github.io/js-persistent-stack/source.html)

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

0 commit comments

Comments
 (0)