diff --git a/README.md b/README.md index 7f68a29..14c6221 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![npm](https://img.shields.io/npm/v/@ionic/cloud.svg)](https://www.npmjs.com/package/@ionic/cloud) -[![CircleCI](https://circleci.com/gh/driftyco/ionic-cloud.svg?style=shield)](https://circleci.com/gh/driftyco/ionic-cloud) +[![CircleCI](https://circleci.com/gh/ionic-team/ionic-cloud.svg?style=shield)](https://circleci.com/gh/driftyco/ionic-cloud) # Ionic Cloud Client @@ -18,4 +18,4 @@ Coming from `ionic-platform-web-client`? Things have changed! See our ## Local Development See the [`CONTRIBUTING.md` -file](https://github.com/driftyco/ionic-cloud/blob/master/CONTRIBUTING.md). +file](https://github.com/ionic-team/ionic-cloud/blob/master/CONTRIBUTING.md). diff --git a/package.json b/package.json index 901bb3e..053b69f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Ionic Cloud Client", "repository": { "type": "git", - "url": "git+https://github.com/driftyco/ionic-cloud.git" + "url": "git+https://github.com/ionic-team/ionic-cloud.git" }, "keywords": [ "Ionic", @@ -21,9 +21,9 @@ ], "license": "Apache-2.0", "bugs": { - "url": "https://github.com/driftyco/ionic-cloud/issues" + "url": "https://github.com/ionic-team/ionic-cloud/issues" }, - "homepage": "https://github.com/driftyco/ionic-cloud#readme", + "homepage": "https://github.com/ionic-team/ionic-cloud#readme", "main": "dist/es5/index.js", "typings": "dist/es5/index.d.ts", "module": "dist/esm/index.js",