Chromium Code Reviews| 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. |