Skip to content

Commit b72c525

Browse files
📚 docs: Update GitHub pages links.
1 parent e89e11c commit b72c525

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,8 +1,8 @@
1-
:shell: [@aureooms/js-fibonacci-heap](https://aureooms.github.io/js-fibonacci-heap)
1+
:shell: [@aureooms/js-fibonacci-heap](https://make-github-pseudonymous-again.github.io/js-fibonacci-heap)
22
==
33

44
Fibonacci heap data structure for JavaScript.
5-
See [docs](https://aureooms.github.io/js-fibonacci-heap/index.html).
5+
See [docs](https://make-github-pseudonymous-again.github.io/js-fibonacci-heap/index.html).
66
Parent is [@aureooms/js-heap](https://github.com/aureooms/js-heap).
77

88
> :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing
@@ -26,7 +26,7 @@ let heap = new FibonacciHeap( increasing ) ;
2626
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-fibonacci-heap.svg)](https://codeclimate.com/github/aureooms/js-fibonacci-heap/trends/churn)
2727
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-fibonacci-heap/main.svg)](https://codecov.io/gh/aureooms/js-fibonacci-heap)
2828
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-fibonacci-heap.svg)](https://codeclimate.com/github/aureooms/js-fibonacci-heap/trends/technical_debt)
29-
[![Documentation](https://aureooms.github.io/js-fibonacci-heap/badge.svg)](https://aureooms.github.io/js-fibonacci-heap/source.html)
29+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-fibonacci-heap/badge.svg)](https://make-github-pseudonymous-again.github.io/js-fibonacci-heap/source.html)
3030
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-fibonacci-heap)](https://bundlephobia.com/result?p=@aureooms/js-fibonacci-heap)
3131

3232

package.json

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

0 commit comments

Comments
 (0)