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 cae637e commit b0c1af0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:cherries: [@aureooms/js-pairing-heap](https://aureooms.github.io/js-pairing-heap)
:cherries: [@aureooms/js-pairing-heap](https://make-github-pseudonymous-again.github.io/js-pairing-heap)
==

<img src="https://cdn.rawgit.com/aureooms/js-pairing-heap/main/media/sketch.svg" width="864">

Pairing heap data structure for JavaScript.
See [docs](https://aureooms.github.io/js-pairing-heap/index.html).
See [docs](https://make-github-pseudonymous-again.github.io/js-pairing-heap/index.html).
Parent is [@aureooms/js-heap](https://github.com/aureooms/js-heap).

```js
Expand All @@ -25,7 +25,7 @@ let heap = new PairingHeap( increasing ) ;
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-pairing-heap.svg)](https://codeclimate.com/github/aureooms/js-pairing-heap/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-pairing-heap/main.svg)](https://codecov.io/gh/aureooms/js-pairing-heap)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-pairing-heap.svg)](https://codeclimate.com/github/aureooms/js-pairing-heap/trends/technical_debt)
[![Documentation](https://aureooms.github.io/js-pairing-heap/badge.svg)](https://aureooms.github.io/js-pairing-heap/source.html)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-pairing-heap/badge.svg)](https://make-github-pseudonymous-again.github.io/js-pairing-heap/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-pairing-heap)](https://bundlephobia.com/result?p=@aureooms/js-pairing-heap)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.0.0",
"license": "AGPL-3.0",
"author": "aureooms",
"homepage": "https://aureooms.github.io/js-pairing-heap",
"homepage": "https://make-github-pseudonymous-again.github.io/js-pairing-heap",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-pairing-heap"
Expand Down

0 comments on commit b0c1af0

Please sign in to comment.