Index: sky/sdk/README.md |
diff --git a/sky/sdk/README.md b/sky/sdk/README.md |
index e64901b67df2d720c481db254b043db546a03a88..023c9dae6c76d4c4697ac1edad51941c822c4239 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](lib/example). |
+ * To dive into examples, please see the [examples directory](example/). |
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 sdk/lib/example/stocks` |
+1. `cd example/stocks` |
2. `pub get` to set up a copy of the sky package in the app directory. |