Skip to content

Commit 9b253fb

Browse files
🤖 docs(README.md): Use https for homepage URL.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/readme:homepage-use-https.js Please contact the author of the transform if you believe there was an error.
1 parent 7887ab0 commit 9b253fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:evergreen_tree:
2-
[@aureooms/js-persistent](http://aureooms.github.io/js-persistent)
2+
[@aureooms/js-persistent](https://aureooms.github.io/js-persistent)
33
==
44

55
Persistent data structures code bricks for JavaScript. Parent is [aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
@@ -25,7 +25,7 @@ let IntervalTree = persistent.intervaltree( fingertree.empty , INTERVAL ) ;
2525
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-persistent.svg)](https://codeclimate.com/github/aureooms/js-persistent/trends/churn)
2626
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-persistent/main.svg)](https://codecov.io/gh/aureooms/js-persistent)
2727
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-persistent.svg)](https://codeclimate.com/github/aureooms/js-persistent/trends/technical_debt)
28-
[![Documentation](http://aureooms.github.io/js-persistent/badge.svg)](http://aureooms.github.io/js-persistent/source.html)
28+
[![Documentation](https://aureooms.github.io/js-persistent/badge.svg)](https://aureooms.github.io/js-persistent/source.html)
2929
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-persistent)](https://bundlephobia.com/result?p=@aureooms/js-persistent)
3030

3131

0 commit comments

Comments
 (0)