diff --git a/index.html b/index.html index 583e8de..25cc16f 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@

EthJS ENS Example


- View the source code on Github + View the source code on Github diff --git a/package.json b/package.json index 79c036b..9f9a8be 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/flyswatter/ethjs-ens.git" + "url": "git+ssh://git@github.com/ethjs/ethjs-ens.git" }, "keywords": [ "Ethereum", @@ -22,9 +22,9 @@ "author": "Dan Finlay", "license": "ISC", "bugs": { - "url": "https://github.com/flyswatter/ethjs-ens/issues" + "url": "https://github.com/ethjs/ethjs-ens/issues" }, - "homepage": "https://github.com/flyswatter/ethjs-ens#readme", + "homepage": "https://github.com/ethjs/ethjs-ens#readme", "dependencies": { "eth-ens-namehash": "^1.0.2", "ethereum-ens-network-map": "^1.0.0",