Skip to content

Commit eb6f95c

Browse files
📚 docs(README): Fix links.
1 parent 2abab37 commit eb6f95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

44
Python's chainmap data structure for JavaScript. Parent is
5-
[js-collections](https://github.com/aureooms/js-collections).
5+
[@aureooms/js-collections](https://github.com/aureooms/js-collections).
66

77
```js
88
let A = dict( [ [ "x" , "A" ] ] ) ;

0 commit comments

Comments
 (0)