Skip to content

Commit 5a4439a

Browse files
📚 docs(README): Fix links.
1 parent 79bfed0 commit 5a4439a

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,4 +1,4 @@
1-
[@aureooms/js-compare](http://aureooms.github.io/js-compare)
1+
[@aureooms/js-compare](https://aureooms.github.io/js-compare)
22
==
33

44
Comparison functions for JavaScript.
@@ -21,7 +21,7 @@ compare( [ 1 , 1 ] , [ 1 , 2 ] ) > 0 ; // true
2121
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-compare.svg)](https://codeclimate.com/github/aureooms/js-compare/trends/churn)
2222
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-compare/main.svg)](https://codecov.io/gh/aureooms/js-compare)
2323
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-compare.svg)](https://codeclimate.com/github/aureooms/js-compare/trends/technical_debt)
24-
[![Documentation](http://aureooms.github.io/js-compare//badge.svg)](http://aureooms.github.io/js-compare//source.html)
24+
[![Documentation](https://aureooms.github.io/js-compare//badge.svg)](https://aureooms.github.io/js-compare//source.html)
2525
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-compare)](https://bundlephobia.com/result?p=@aureooms/js-compare)
2626

2727
## References

0 commit comments

Comments
 (0)