diff --git a/README.md b/README.md index 1294d4c..c4ab0a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Release Tools -[![Greenkeeper badge](https://badges.greenkeeper.io/upfrontIO/release-tools.svg)](https://greenkeeper.io/) +[![Greenkeeper badge](https://badges.greenkeeper.io/livingdocsIO/release-tools.svg)](https://greenkeeper.io/) The release tools are a bunch of command line tools to maintain a release. These tools are usually used by a release manager. diff --git a/package.json b/package.json index c8dfca6..504f07d 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,13 @@ }, "repository": { "type": "git", - "url": "https://github.com/upfrontIO/release-tools.git" + "url": "https://github.com/livingdocsIO/release-tools.git" }, "author": "livingdocs", "bugs": { - "url": "https://github.com/upfrontIO/release-tools/issues" + "url": "https://github.com/livingdocsIO/release-tools/issues" }, - "homepage": "https://github.com/upfrontIO/release-tools#readme", + "homepage": "https://github.com/livingdocsIO/release-tools#readme", "dependencies": { "camelcase": "^5.0.0", "chalk": "^2.3.2",