Skip to content

Commit 100c529

Browse files
📚 docs(README): Fix links.
1 parent 4f15c62 commit 100c529

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-namedtuple](http://aureooms.github.io/js-collections-namedtuple)
1+
[@aureooms/js-collections-namedtuple](https://aureooms.github.io/js-collections-namedtuple)
22
==
33

44
Python's namedtuple 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 Point = namedtuple( 'Point' , [ 'x' , 'y' ] ) ;

0 commit comments

Comments
 (0)