From 9cc41fca47a8c367b27ff013356b511f6cca28dd Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 13 Feb 2015 00:35:22 +0200 Subject: [PATCH] renamed repo accordingly --- README.md | 4 ++-- bin/build.sh | 2 +- package.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2eb4cbb..bf7a10c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Ethereum Network Intelligence API ============ -Deploy on AWS, install dependencies, build eth, clone eth-netstatsservice and run as services forever +Deploy on AWS, install dependencies, build eth, clone eth-net-intelligence-api and run as services forever ``` -curl https://raw.githubusercontent.com/cubedro/eth-netstatsservice/master/bin/build.sh | sh +curl https://raw.githubusercontent.com/cubedro/eth-net-intelligence-api/master/bin/build.sh | sh ``` \ No newline at end of file diff --git a/bin/build.sh b/bin/build.sh index bb65b6f..7d7f4f2 100644 --- a/bin/build.sh +++ b/bin/build.sh @@ -58,7 +58,7 @@ ln -s ~/opt/cpp-ethereum-build/eth/eth ~/bin/eth # add node service cd ~/bin -[ ! -d "www" ] && git clone https://github.com/cubedro/eth-netstatsservice www +[ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api www cd www sudo npm install pm2 -g sudo npm install diff --git a/package.json b/package.json index c91a2f5..ff26588 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "eth-netstatsservice", + "name": "eth-net-intelligence-api", "description": "Ethereum Network Intelligence API", "version": "0.0.1", "private": true, @@ -20,11 +20,11 @@ }, "repository": { "type": "git", - "url": "https://github.com/cubedro/eth-netstatsservice.git" + "url": "https://github.com/cubedro/eth-net-intelligence-api.git" }, - "homepage": "https://github.com/cubedro/eth-netstatsservice", + "homepage": "https://github.com/cubedro/eth-net-intelligence-api", "bugs": { - "url": "https://github.com/cubedro/eth-netstatsservice/issues" + "url": "https://github.com/cubedro/eth-net-intelligence-api/issues" }, "keywords": [ "ethereum",