Merge pull request #1250 from abarth/update_readmes

Update URLs after moving to the Flutter organization
This commit is contained in:
Adam Barth 2015-09-19 09:08:01 -07:00
commit 377ccbb971
6 changed files with 12 additions and 10 deletions

View File

@ -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
-----------------

View File

@ -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/).

View File

@ -2,4 +2,4 @@ name: material_design_icons
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

View File

@ -2,7 +2,7 @@ name: sky_engine
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'

View File

@ -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:

View File

@ -2,7 +2,7 @@ name: workbench
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