Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: sky/sdk/README.md

Issue 1218593002: Move sky/examples to sky/sdk/lib/example, and code changes to support that change. Fixes T277. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/home.dart ('k') | sky/sdk/home.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/README.md
diff --git a/sky/sdk/README.md b/sky/sdk/README.md
index 315c782f0dff5c71ba0a41d277543ff1678e58e2..b5432fb3bb4a97be813c77b356ec32d4a2e98b78 100644
--- a/sky/sdk/README.md
+++ b/sky/sdk/README.md
@@ -88,7 +88,7 @@ to the underlying render tree.
* To learn how to run Sky on your device, please see the
[Running a Sky application](#running-a-sky-application) section in this
document.
- * To dive into examples, please see the [examples directory](examples/).
+ * To dive into examples, please see the [examples directory](sdk/lib/example).
abarth-chromium 2015/06/26 21:56:40 I think just "lib/example" given that we're alread
Services
--------
@@ -146,7 +146,7 @@ Sky applications inside the `SkyDemo.apk` harness. The `sky_tool` script
expects to be run from the root directory of your application pub package. To
run one of the examples in this SDK, try:
-1. `cd examples/stocks`
+1. `cd sdk/lib/example/stocks`
2. `pub get` to set up a copy of the sky package in the app directory.
« no previous file with comments | « sky/home.dart ('k') | sky/sdk/home.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698