Skip to content

Commit b0c1af0

Browse files
📚 docs: Update GitHub pages links.
1 parent cae637e commit b0c1af0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
:cherries: [@aureooms/js-pairing-heap](https://aureooms.github.io/js-pairing-heap)
1+
:cherries: [@aureooms/js-pairing-heap](https://make-github-pseudonymous-again.github.io/js-pairing-heap)
22
==
33

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

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

1010
```js
@@ -25,7 +25,7 @@ let heap = new PairingHeap( increasing ) ;
2525
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-pairing-heap.svg)](https://codeclimate.com/github/aureooms/js-pairing-heap/trends/churn)
2626
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-pairing-heap/main.svg)](https://codecov.io/gh/aureooms/js-pairing-heap)
2727
[![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)
28-
[![Documentation](https://aureooms.github.io/js-pairing-heap/badge.svg)](https://aureooms.github.io/js-pairing-heap/source.html)
28+
[![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)
2929
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-pairing-heap)](https://bundlephobia.com/result?p=@aureooms/js-pairing-heap)
3030

3131

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "3.0.0",
55
"license": "AGPL-3.0",
66
"author": "aureooms",
7-
"homepage": "https://aureooms.github.io/js-pairing-heap",
7+
"homepage": "https://make-github-pseudonymous-again.github.io/js-pairing-heap",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/aureooms/js-pairing-heap"

0 commit comments

Comments
 (0)