Skip to content

Commit b359d03

Browse files
📚 docs: Update GitHub pages links
1 parent ad1234e commit b359d03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[js-heapq](http://aureooms.github.io/js-heapq)
1+
[js-heapq](http://make-github-pseudonymous-again.github.io/js-heapq)
22
==
33

44
Python's heap and priority queue library for JavaScript. Parents are
@@ -32,7 +32,7 @@ let {
3232
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-heapq.svg)](https://codeclimate.com/github/aureooms/js-heapq/trends/churn)
3333
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-heapq/master.svg)](https://codecov.io/gh/aureooms/js-heapq)
3434
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-heapq.svg)](https://codeclimate.com/github/aureooms/js-heapq/trends/technical_debt)
35-
[![Documentation](https://aureooms.github.io/js-heapq/badge.svg)](https://aureooms.github.io/js-heapq/source.html)
35+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-heapq/badge.svg)](https://make-github-pseudonymous-again.github.io/js-heapq/source.html)
3636
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-heapq)](https://bundlephobia.com/result?p=@aureooms/js-heapq)
3737

3838
## References

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"files": [
5050
"lib"
5151
],
52-
"homepage": "https://aureooms.github.io/js-heapq",
52+
"homepage": "https://make-github-pseudonymous-again.github.io/js-heapq",
5353
"keywords": [
5454
"heap",
5555
"heapq",

0 commit comments

Comments
 (0)