From 212292613a7cfb59627408222984666b0280aa5d Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Fri, 6 Feb 2015 17:19:12 +0100 Subject: [PATCH] Fixed github URLs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d631bfcbf..c27c43905 100644 --- a/package.json +++ b/package.json @@ -39,14 +39,14 @@ }, "repository": { "type": "git", - "url": "https://github.com/arangodb/arangodbjs.git" + "url": "https://github.com/arangodb/arangojs.git" }, "author": "Alan Plum ", "license": "APACHE-2.0", "bugs": { - "url": "https://github.com/arangodb/arangodbjs/issues" + "url": "https://github.com/arangodb/arangojs/issues" }, - "homepage": "https://github.com/arangodb/arangodbjs", + "homepage": "https://github.com/arangodb/arangojs", "devDependencies": { "async": "^0.9.0", "browserify": "^7.0.2",