Skip to content

Commit 76dc241

Browse files
📚 docs(README): Fix links.
1 parent a275b2a commit 76dc241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[js-dll](http://aureooms.github.io/js-dll)
1+
[@aureooms/js-dll](https://aureooms.github.io/js-dll)
22
==
33

44
Doubly linked list code bricks for Javascript.
55
Implements the specification in
6-
[js-list-spec](https://github.com/aureooms/js-list-spec).
6+
[@aureooms/js-list-spec](https://github.com/aureooms/js-list-spec).
77
Parent is
8-
[js-data-structures](https://github.com/aureooms/js-data-structures).
8+
[@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
99

1010
```js
1111
for ( let value of list ) ... ;

0 commit comments

Comments
 (0)