From 44702d192f1b8abbb3f4e8c227500fe443eee85a Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Thu, 16 Jul 2015 16:39:40 -0700 Subject: [PATCH] README updates --- engine/src/flutter/README.md | 4 ++-- engine/src/flutter/sky/README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/engine/src/flutter/README.md b/engine/src/flutter/README.md index 516039a6f52..a5a6aefd2d4 100644 --- a/engine/src/flutter/README.md +++ b/engine/src/flutter/README.md @@ -7,8 +7,8 @@ More specifically, Sky is a rendering engine, a scripting engine, an Sky is optimized for today's, and tomorrow's, mobile devices. We are focused on low-latency input, high frame rates, and we are purely mobile first. -For information about using our latest stable release of Sky, please -see the [Sky SDK](https://github.com/domokit/sky_sdk/) project page. +For information about using the latest stable release of Sky, please +see the [Sky SDK README](sky/sdk/README). For information about contributing to Sky, please see [CONTRIBUTING.md](CONTRIBUTING.md). diff --git a/engine/src/flutter/sky/README.md b/engine/src/flutter/sky/README.md index 3a63fcd8060..00eaf2f87e5 100644 --- a/engine/src/flutter/sky/README.md +++ b/engine/src/flutter/sky/README.md @@ -1,14 +1,14 @@ Sky === -For information about using our latest stable release of Sky, please -see the [Sky SDK](https://github.com/domokit/sky_sdk/) project page. +For information about using the latest stable release of Sky, please see the +[Sky SDK](sdk/). -For more current information about the bleeding edge of the Sky -framework, see [the sdk/ directory](sdk/lib/). +For more information about the Sky framework, see +[the sdk/lib directory](sdk/lib/). For details about the internals of Sky's engine, see [the engine/ directory](engine/). For information about contributing to Sky, please see -[HACKING.md](HACKING.md). +[CONTRIBUTING.md](../CONTRIBUTING.md).