Skip to content

Commit

Permalink
📚 docs: Update GitHub pages links
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 26, 2021
1 parent 62b286c commit aed040f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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://aureooms.github.io/js-heapsort)
[js-heapsort](http://make-github-pseudonymous-again.github.io/js-heapsort)
==

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

## Reference
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"files": [
"lib"
],
"homepage": "http://aureooms.github.io/js-heapsort",
"homepage": "http://make-github-pseudonymous-again.github.io/js-heapsort",
"keywords": [
"bricks",
"ender",
Expand Down

0 comments on commit aed040f

Please sign in to comment.