We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a275b2a commit 76dc241Copy full SHA for 76dc241
README.md
@@ -1,11 +1,11 @@
1
-[js-dll](http://aureooms.github.io/js-dll)
+[@aureooms/js-dll](https://aureooms.github.io/js-dll)
2
==
3
4
Doubly linked list code bricks for Javascript.
5
Implements the specification in
6
-[js-list-spec](https://github.com/aureooms/js-list-spec).
+[@aureooms/js-list-spec](https://github.com/aureooms/js-list-spec).
7
Parent is
8
-[js-data-structures](https://github.com/aureooms/js-data-structures).
+[@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
9
10
```js
11
for ( let value of list ) ... ;
0 commit comments