diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index f03341c104e..b5f91bc98c9 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -1,14 +1,14 @@ Contributing to Sky =================== -[![Build Status](https://travis-ci.org/domokit/sky_engine.svg)](https://travis-ci.org/domokit/sky_engine) +[![Build Status](https://travis-ci.org/flutter/engine.svg)](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 @@ target_os = ["android"] * `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/engine/src/flutter/README.md b/engine/src/flutter/README.md index 7a502b7fa53..0b4f455258c 100644 --- a/engine/src/flutter/README.md +++ b/engine/src/flutter/README.md @@ -1,8 +1,10 @@ Flutter ======= -[![Build Status](https://travis-ci.org/domokit/sky_engine.svg)](https://travis-ci.org/domokit/sky_engine) +[![Build Status](https://travis-ci.org/flutter/engine.svg)](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/engine/src/flutter/sky/packages/material_design_icons/pubspec.yaml b/engine/src/flutter/sky/packages/material_design_icons/pubspec.yaml index 0748c5c02fe..80ada73669a 100644 --- a/engine/src/flutter/sky/packages/material_design_icons/pubspec.yaml +++ b/engine/src/flutter/sky/packages/material_design_icons/pubspec.yaml @@ -2,4 +2,4 @@ name: material_design_icons version: 0.0.3 author: Chromium Authors description: Material Design Icons -homepage: https://github.com/domokit/sky_engine +homepage: https://github.com/flutter/engine diff --git a/engine/src/flutter/sky/packages/sky_engine/pubspec.yaml b/engine/src/flutter/sky/packages/sky_engine/pubspec.yaml index 964d6dd2934..66b8bd1a58c 100644 --- a/engine/src/flutter/sky/packages/sky_engine/pubspec.yaml +++ b/engine/src/flutter/sky/packages/sky_engine/pubspec.yaml @@ -2,7 +2,7 @@ name: sky_engine version: 0.0.23 author: Chromium Authors 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/engine/src/flutter/sky/packages/sky_services/pubspec.yaml b/engine/src/flutter/sky/packages/sky_services/pubspec.yaml index 1903c993fb3..041ceea8f8b 100644 --- a/engine/src/flutter/sky/packages/sky_services/pubspec.yaml +++ b/engine/src/flutter/sky/packages/sky_services/pubspec.yaml @@ -1,8 +1,8 @@ name: sky_services version: 0.0.23 author: Chromium Authors -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/engine/src/flutter/sky/packages/workbench/pubspec.yaml b/engine/src/flutter/sky/packages/workbench/pubspec.yaml index 71cf74913b0..38af8135458 100644 --- a/engine/src/flutter/sky/packages/workbench/pubspec.yaml +++ b/engine/src/flutter/sky/packages/workbench/pubspec.yaml @@ -2,7 +2,7 @@ name: workbench version: 0.0.1 author: Chromium Authors 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