|
2 | 2 | ==
|
3 | 3 |
|
4 | 4 | <p align="center">
|
5 |
| -<img src="https://cdn.rawgit.com/aureooms/js-fingertree/main/media/sketch.svg" width="400"> |
| 5 | +<img src="https://cdn.rawgit.com/make-github-pseudonymous-again/js-fingertree/main/media/sketch.svg" width="400"> |
6 | 6 | </p>
|
7 | 7 |
|
8 | 8 | Finger trees for JavaScript.
|
9 | 9 | See [docs](https://make-github-pseudonymous-again.github.io/js-fingertree).
|
10 |
| -Parent is [@aureooms/js-persistent](https://github.com/aureooms/js-persistent). |
| 10 | +Parent is [@aureooms/js-persistent](https://github.com/make-github-pseudonymous-again/js-persistent). |
11 | 11 |
|
12 | 12 | data FingerTree x = Empty
|
13 | 13 | | Single x
|
14 | 14 | | Deep ( Digit x ) ( FingerTree ( Node x ) ) ( Digit x )
|
15 | 15 |
|
16 |
| -[](https://raw.githubusercontent.com/aureooms/js-fingertree/main/LICENSE) |
| 16 | +[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-fingertree/main/LICENSE) |
17 | 17 | [](https://www.npmjs.org/package/@aureooms/js-fingertree)
|
18 |
| -[](https://github.com/aureooms/js-fingertree/actions/workflows/ci:test.yml?query=branch:main) |
19 |
| -[](https://david-dm.org/aureooms/js-fingertree) |
20 |
| -[](https://david-dm.org/aureooms/js-fingertree?type=dev) |
21 |
| -[](https://github.com/aureooms/js-fingertree/issues) |
| 18 | +[](https://github.com/make-github-pseudonymous-again/js-fingertree/actions/workflows/ci:test.yml?query=branch:main) |
| 19 | +[](https://david-dm.org/make-github-pseudonymous-again/js-fingertree) |
| 20 | +[](https://david-dm.org/make-github-pseudonymous-again/js-fingertree?type=dev) |
| 21 | +[](https://github.com/make-github-pseudonymous-again/js-fingertree/issues) |
22 | 22 | [](https://www.npmjs.org/package/@aureooms/js-fingertree)
|
23 | 23 |
|
24 |
| -[](https://codeclimate.com/github/aureooms/js-fingertree/issues) |
25 |
| -[](https://codeclimate.com/github/aureooms/js-fingertree/trends/churn) |
26 |
| -[](https://codecov.io/gh/aureooms/js-fingertree) |
27 |
| -[](https://codeclimate.com/github/aureooms/js-fingertree/trends/technical_debt) |
| 24 | +[](https://codeclimate.com/github/make-github-pseudonymous-again/js-fingertree/issues) |
| 25 | +[](https://codeclimate.com/github/make-github-pseudonymous-again/js-fingertree/trends/churn) |
| 26 | +[](https://codecov.io/gh/make-github-pseudonymous-again/js-fingertree) |
| 27 | +[](https://codeclimate.com/github/make-github-pseudonymous-again/js-fingertree/trends/technical_debt) |
28 | 28 | [](https://make-github-pseudonymous-again.github.io/js-fingertree/source.html)
|
29 | 29 | [](https://bundlephobia.com/result?p=@aureooms/js-fingertree)
|
30 | 30 |
|
@@ -73,7 +73,7 @@ The data structure is
|
73 | 73 | [fully persistent](https://en.wikipedia.org/wiki/Persistent_data_structure#Fully_persistent):
|
74 | 74 | All methods are pure functions that do not modify their object.
|
75 | 75 |
|
76 |
| -> The [parent project](https://github.com/aureooms/js-persistent) shows how |
| 76 | +> The [parent project](https://github.com/make-github-pseudonymous-again/js-persistent) shows how |
77 | 77 | > specialized persistent data structures can be build on top of those methods.
|
78 | 78 |
|
79 | 79 |
|
@@ -107,7 +107,7 @@ const counter = {
|
107 | 107 | See also
|
108 | 108 | [@aureooms/js-measure](https://make-github-pseudonymous-again.github.io/js-measure/file/src/1-api/1-Measures.js.html)
|
109 | 109 | for more examples of measures and see
|
110 |
| -[@aureooms/js-persistent](https://github.com/aureooms/js-persistent) |
| 110 | +[@aureooms/js-persistent](https://github.com/make-github-pseudonymous-again/js-persistent) |
111 | 111 | for examples of data structures that can be build on top of this abstraction.
|
112 | 112 |
|
113 | 113 |
|
|
0 commit comments