Update URLs after moving to the Flutter organization
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f03341c..b5f91bc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,14 +1,14 @@
 Contributing to Sky
 ===================
 
-[](https://travis-ci.org/domokit/sky_engine)
+[](https://travis-ci.org/flutter/engine)
 
 Getting the code
 ----------------
 
 To get the code:
 
- * Fork https://github.com/domokit/sky_engine into your own GitHub account.
+ * Fork `https://github.com/flutter/engine` into your own GitHub account.
  * [Download depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools)
    and make sure it is in your path.
  * If you haven't configured your machine with an SSH key that's shared by github then
@@ -32,7 +32,7 @@
 
  * `gclient sync`
  * `cd src`
- * `git remote add upstream git@github.com:domokit/sky_engine.git`
+ * `git remote add upstream git@github.com:flutter/engine.git`
 
 Building the code
 -----------------
diff --git a/README.md b/README.md
index 7a502b7..0b4f455 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
 Flutter
 =======
-[](https://travis-ci.org/domokit/sky_engine)
+[](https://travis-ci.org/flutter/engine)
 
-Flutter is a new way to build high-performance, cross-platform mobile apps. Sky is optimized for today's, and tomorrow's, mobile devices. We are focused on low-latency input and high frame rates on Android and iOS.
+Flutter is a new way to build high-performance, cross-platform mobile apps. Sky
+is optimized for today's, and tomorrow's, mobile devices. We are focused on
+low-latency input and high frame rates on Android and iOS.
 
  - For information about using Flutter to build apps, please see
    the [getting started guide](https://flutter.github.io/getting-started/).
diff --git a/sky/packages/material_design_icons/pubspec.yaml b/sky/packages/material_design_icons/pubspec.yaml
index 0748c5c..80ada73 100644
--- a/sky/packages/material_design_icons/pubspec.yaml
+++ b/sky/packages/material_design_icons/pubspec.yaml
@@ -2,4 +2,4 @@
 version: 0.0.3
 author: Chromium Authors <sky-dev@googlegroups.com>
 description: Material Design Icons
-homepage: https://github.com/domokit/sky_engine
+homepage: https://github.com/flutter/engine
diff --git a/sky/packages/sky/pubspec.yaml b/sky/packages/sky/pubspec.yaml
index fe20c39..b6ab999 100644
--- a/sky/packages/sky/pubspec.yaml
+++ b/sky/packages/sky/pubspec.yaml
@@ -1,8 +1,8 @@
 name: sky
 version: 0.0.46
 author: Chromium Authors <sky-dev@googlegroups.com>
-description: A framework for writing Sky applications
-homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
+description: A framework for writing Flutter applications
+homepage: http://flutter.io
 dependencies:
   cassowary: ^0.1.7
   material_design_icons: ^0.0.3
diff --git a/sky/packages/sky_engine/pubspec.yaml b/sky/packages/sky_engine/pubspec.yaml
index 964d6dd..66b8bd1 100644
--- a/sky/packages/sky_engine/pubspec.yaml
+++ b/sky/packages/sky_engine/pubspec.yaml
@@ -2,7 +2,7 @@
 version: 0.0.23
 author: Chromium Authors <sky-dev@googlegroups.com>
 description: Dart SDK extensions for dart:sky
-homepage: https://github.com/domokit/sky_engine
+homepage: http://flutter.io
 # sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x
 environment:
   sdk: '>=1.11.0 <2.0.0'
diff --git a/sky/packages/sky_services/pubspec.yaml b/sky/packages/sky_services/pubspec.yaml
index 1903c99..041ceea 100644
--- a/sky/packages/sky_services/pubspec.yaml
+++ b/sky/packages/sky_services/pubspec.yaml
@@ -1,8 +1,8 @@
 name: sky_services
 version: 0.0.23
 author: Chromium Authors <sky-dev@googlegroups.com>
-description: Mojom interfaces associated with Sky
-homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky_services
+description: Mojom interfaces associated with Flutter
+homepage: http://flutter.io
 dependencies:
   mojo: ^0.0.21
 environment:
diff --git a/sky/packages/workbench/pubspec.yaml b/sky/packages/workbench/pubspec.yaml
index 71cf749..38af813 100644
--- a/sky/packages/workbench/pubspec.yaml
+++ b/sky/packages/workbench/pubspec.yaml
@@ -2,7 +2,7 @@
 version: 0.0.1
 author: Chromium Authors <sky-dev@googlegroups.com>
 description: A workspace to host pub packages
-homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/workbench
+homepage: https://github.com/flutter/engine/tree/master/sky/packages/workbench
 dependencies:
   sky: any
   sky_tools: any
diff --git a/skysprites/README.md b/skysprites/README.md
index 7ac55f4..a3cb2c3 100644
--- a/skysprites/README.md
+++ b/skysprites/README.md
@@ -1,8 +1,8 @@
 # skysprites
 
-A sprite toolkit built on top of Sky.
+A sprite toolkit built on top of Flutter.
 
 ## Getting Started
 
-For help getting started with Sky, view our online
-[documentation](https://github.com/domokit/sky_engine/blob/master/sky/packages/sky/README.md).
+For help getting started with Flutter, view our online
+[documentation](http://flutter.io).
diff --git a/skysprites/pubspec.yaml b/skysprites/pubspec.yaml
index 75e1627..65f8721 100644
--- a/skysprites/pubspec.yaml
+++ b/skysprites/pubspec.yaml
@@ -1,8 +1,8 @@
 name: skysprites
-description: A sprite toolkit built on top of Sky.
+description: A sprite toolkit built on top of Flutter
 version: 0.0.1
 author: Chromium Authors <sky-dev@googlegroups.com>
-homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
+homepage: http://flutter.io
 dependencies:
   sky: ">=0.0.36 < 0.1.0"
   sky_tools: ">=0.0.10 < 0.1.0"
diff --git a/travis/gclient b/travis/gclient
deleted file mode 100644
index d5b7958..0000000
--- a/travis/gclient
+++ /dev/null
@@ -1,8 +0,0 @@
-solutions = [{
-  "name"        : "src",
-  "url"         : "https://github.com/domokit/sky_engine.git",
-  "deps_file"   : "DEPS",
-  "managed"     : False,
-  "safesync_url": "",
-}]
-target_os = ['linux', 'android']