Skip to content

Commit ff463c9

Browse files
📚 docs: Update GitHub pages links.
1 parent 8146a98 commit ff463c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:christmas_tree: [@aureooms/js-red-black-tree](https://aureooms.github.io/js-red-black-tree)
1+
:christmas_tree: [@aureooms/js-red-black-tree](https://make-github-pseudonymous-again.github.io/js-red-black-tree)
22
==
33

44
<p align="center">
@@ -13,7 +13,7 @@ let tree = from( increasing , range( 100000 ) ) ;
1313
```
1414

1515
Red-black tree library for JavaScript.
16-
See [documentation](https://aureooms.github.io/js-red-black-tree/index.html).
16+
See [documentation](https://make-github-pseudonymous-again.github.io/js-red-black-tree/index.html).
1717
Parent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).
1818

1919
[![License](https://img.shields.io/github/license/aureooms/js-red-black-tree.svg)](https://raw.githubusercontent.com/aureooms/js-red-black-tree/main/LICENSE)
@@ -28,5 +28,5 @@ Parent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).
2828
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-red-black-tree.svg)](https://codeclimate.com/github/aureooms/js-red-black-tree/trends/churn)
2929
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-red-black-tree/main.svg)](https://codecov.io/gh/aureooms/js-red-black-tree)
3030
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-red-black-tree.svg)](https://codeclimate.com/github/aureooms/js-red-black-tree/trends/technical_debt)
31-
[![Documentation](https://aureooms.github.io/js-red-black-tree/badge.svg)](https://aureooms.github.io/js-red-black-tree/source.html)
31+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-red-black-tree/badge.svg)](https://make-github-pseudonymous-again.github.io/js-red-black-tree/source.html)
3232
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-red-black-tree)](https://bundlephobia.com/result?p=@aureooms/js-red-black-tree)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "9.0.0",
55
"license": "AGPL-3.0",
66
"author": "Aurélien Ooms <[email protected]>",
7-
"homepage": "https://aureooms.github.io/js-red-black-tree",
7+
"homepage": "https://make-github-pseudonymous-again.github.io/js-red-black-tree",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/aureooms/js-red-black-tree"

0 commit comments

Comments
 (0)