Skip to content

Commit e1c5d0f

Browse files
📚 docs(README): Fix parent link.
1 parent 18626b9 commit e1c5d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Python's deque data structure for JavaScript.
55
See [docs](https://data-structures-and-algorithms.github.io/deque).
6-
Parent is [js-data-structures](https://github.com/data-structures-and-algorithms/data-structures).
6+
Parent is [js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).
77

88
```js
99
import {deque} from '@data-structure/deque';

0 commit comments

Comments
 (0)