Skip to content

Commit eda7387

Browse files
😒 chore: Fix broken links, badges, and dependencies.
1 parent 8680652 commit eda7387

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
:seedling: [@aureooms/js-bst](https://make-github-pseudonymous-again.github.io/js-bst)
2-
[![License](https://img.shields.io/github/license/aureooms/js-bst.svg)](https://raw.githubusercontent.com/aureooms/js-bst/main/LICENSE)
3-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-bst.svg)](https://github.com/aureooms/js-bst/issues)
2+
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-bst.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-bst/main/LICENSE)
3+
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-bst.svg)](https://github.com/make-github-pseudonymous-again/js-bst/issues)
44
==
55

66
<img src="https://ipfs.io/ipfs/QmV3bHSMRbNYydNxpyuke659Nj89UsVcuSyZXibogw4sJ9" width="864">
77

88
Binary search tree data structures for JavaScript.
99
See [docs](https://make-github-pseudonymous-again.github.io/js-bst).
10-
Parent is [@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
10+
Parent is [@aureooms/js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).
1111

1212
## Description
1313

@@ -17,15 +17,15 @@ This project itself does not contain any code.
1717

1818
### :baby: Children
1919

20-
- [x] [@aureooms/js-red-black-tree](https://github.com/aureooms/js-red-black-tree)
21-
- [ ] [@aureooms/js-splay-tree](https://github.com/aureooms/js-splay-tree)
22-
- [ ] [@aureooms/js-avl-tree](https://github.com/aureooms/js-avl-tree)
23-
- [ ] [2-3 tree](https://github.com/aureooms/js-bst/issues/2)
24-
- [ ] [2-3-4 tree](https://github.com/aureooms/js-bst/issues/15)
25-
- [ ] [AA tree](https://github.com/aureooms/js-bst/issues/3)
26-
- [ ] [Scapegoat tree](https://github.com/aureooms/js-bst/issues/5)
27-
- [ ] [Treap](https://github.com/aureooms/js-bst/issues/7)
28-
- [ ] [Randomized binary search tree](https://github.com/aureooms/js-bst/issues/9)
20+
- [x] [@aureooms/js-red-black-tree](https://github.com/make-github-pseudonymous-again/js-red-black-tree)
21+
- [ ] [@aureooms/js-splay-tree](https://github.com/make-github-pseudonymous-again/js-splay-tree)
22+
- [ ] [@aureooms/js-avl-tree](https://github.com/make-github-pseudonymous-again/js-avl-tree)
23+
- [ ] [2-3 tree](https://github.com/make-github-pseudonymous-again/js-bst/issues/2)
24+
- [ ] [2-3-4 tree](https://github.com/make-github-pseudonymous-again/js-bst/issues/15)
25+
- [ ] [AA tree](https://github.com/make-github-pseudonymous-again/js-bst/issues/3)
26+
- [ ] [Scapegoat tree](https://github.com/make-github-pseudonymous-again/js-bst/issues/5)
27+
- [ ] [Treap](https://github.com/make-github-pseudonymous-again/js-bst/issues/7)
28+
- [ ] [Randomized binary search tree](https://github.com/make-github-pseudonymous-again/js-bst/issues/9)
2929

3030
## :scroll: Reference
3131

doc/scripts/header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ domReady(function(){
2020
header.insertBefore(projectname,header.firstChild);
2121

2222
var testlink = document.querySelector('header > a[data-ice="testLink"]') ;
23-
testlink.href = 'https://coveralls.io/github/aureooms/js-bst' ;
23+
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-bst' ;
2424
testlink.target = '_BLANK' ;
2525

2626
var searchBox = document.querySelector('.search-box');

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"bugs": {
77-
"url": "https://github.com/aureooms/js-bst/issues"
77+
"url": "https://github.com/make-github-pseudonymous-again/js-bst/issues"
7878
},
7979
"dependencies": {},
8080
"devDependencies": {
@@ -126,7 +126,7 @@
126126
"license": "AGPL-3.0",
127127
"main": "lib/index.js",
128128
"repository": {
129-
"url": "https://github.com/aureooms/js-bst.git",
129+
"url": "https://github.com/make-github-pseudonymous-again/js-bst.git",
130130
"type": "git"
131131
},
132132
"scripts": {

0 commit comments

Comments
 (0)