Skip to content

Commit b0fa8c3

Browse files
📚 docs: Update GitHub pages links.
1 parent 8b07888 commit b0fa8c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

44
<p align="center">
55
<img src="https://cdn.rawgit.com/aureooms/js-fingertree/main/media/sketch.svg" width="400">
66
</p>
77

88
Finger trees for JavaScript.
9-
See [docs](https://aureooms.github.io/js-fingertree).
9+
See [docs](https://make-github-pseudonymous-again.github.io/js-fingertree).
1010
Parent is [@aureooms/js-persistent](https://github.com/aureooms/js-persistent).
1111

1212
data FingerTree x = Empty
@@ -25,7 +25,7 @@ Parent is [@aureooms/js-persistent](https://github.com/aureooms/js-persistent).
2525
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-fingertree.svg)](https://codeclimate.com/github/aureooms/js-fingertree/trends/churn)
2626
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-fingertree/main.svg)](https://codecov.io/gh/aureooms/js-fingertree)
2727
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-fingertree.svg)](https://codeclimate.com/github/aureooms/js-fingertree/trends/technical_debt)
28-
[![Documentation](https://aureooms.github.io/js-fingertree/badge.svg)](https://aureooms.github.io/js-fingertree/source.html)
28+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-fingertree/badge.svg)](https://make-github-pseudonymous-again.github.io/js-fingertree/source.html)
2929
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-fingertree)](https://bundlephobia.com/result?p=@aureooms/js-fingertree)
3030

3131

@@ -105,7 +105,7 @@ const counter = {
105105
```
106106

107107
See also
108-
[@aureooms/js-measure](https://aureooms.github.io/js-measure/file/src/1-api/1-Measures.js.html)
108+
[@aureooms/js-measure](https://make-github-pseudonymous-again.github.io/js-measure/file/src/1-api/1-Measures.js.html)
109109
for more examples of measures and see
110110
[@aureooms/js-persistent](https://github.com/aureooms/js-persistent)
111111
for examples of data structures that can be build on top of this abstraction.

package.json

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

0 commit comments

Comments
 (0)