Skip to content

Commit

Permalink
🤖 docs(README.md): Use https for homepage URL.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/readme:homepage-use-https.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Dec 21, 2021
1 parent 0540680 commit 74b6dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[js-heapsort](http://comparison-sorting.github.io/heap-sort)
[js-heapsort](https://comparison-sorting.github.io/heap-sort)
==

Heapsort algorithms for JavaScript. Parents are
Expand All @@ -21,7 +21,7 @@ let sort = heapsort.dary( 2 ) ;
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/comparison-sorting/heap-sort.svg)](https://codeclimate.com/github/comparison-sorting/heap-sort/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/comparison-sorting/heap-sort/main.svg)](https://codecov.io/gh/comparison-sorting/heap-sort)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/comparison-sorting/heap-sort.svg)](https://codeclimate.com/github/comparison-sorting/heap-sort/trends/technical_debt)
[![Documentation](http://comparison-sorting.github.io/heap-sort/badge.svg)](http://comparison-sorting.github.io/heap-sort/source.html)
[![Documentation](https://comparison-sorting.github.io/heap-sort/badge.svg)](https://comparison-sorting.github.io/heap-sort/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@comparison-sorting/heap-sort)](https://bundlephobia.com/result?p=@comparison-sorting/heap-sort)

## Reference
Expand Down

0 comments on commit 74b6dcc

Please sign in to comment.