From b838e0c55c7e21582a3ce1d0d0b256e9bf3862e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Tue, 28 Apr 2020 23:11:51 +0200 Subject: [PATCH] :books: docs(README): Fix links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d88c1e..650717a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[js-collections-ordereddict](http://aureooms.github.io/js-collections-ordereddict) +[@aureooms/js-collections-ordereddict](https://aureooms.github.io/js-collections-ordereddict) == Python's ordereddict data structure for JavaScript. Parent is -[js-collections](https://github.com/aureooms/js-collections). +[@aureooms/js-collections](https://github.com/aureooms/js-collections). ```js [ ...ordereddict.fromkeys( "cab" ).keys( ) ] ; // [ "c" , "a" , "b" ]