Commit fa58691d authored by Adam Barth's avatar Adam Barth

Merge pull request #420 from abarth/fix_readme_links

Use absolute URLs in sky/packages/sky/README.md
parents c464b82f 32d8a5ca
...@@ -45,7 +45,8 @@ void main() { ...@@ -45,7 +45,8 @@ void main() {
Execution starts in `main`, which in this example runs a new instance of the `HelloWorldApp`. Execution starts in `main`, which in this example runs a new instance of the `HelloWorldApp`.
The `HelloWorldApp` builds a `Text` widget containing the traditional `Hello, world!` The `HelloWorldApp` builds a `Text` widget containing the traditional `Hello, world!`
string and centers it on the screen using a `Center` widget. To learn more about string and centers it on the screen using a `Center` widget. To learn more about
the widget system, please see the [widgets tutorial](lib/widgets/README.md). the widget system, please see the
[widgets tutorial](https://github.com/domokit/sky_engine/blob/master/sky/packages/sky/lib/widgets/README.md).
Setting up your Android device Setting up your Android device
------------------------- -------------------------
...@@ -96,6 +97,7 @@ Building a standalone APK ...@@ -96,6 +97,7 @@ Building a standalone APK
Although it is possible to build a standalone APK containing your application, Although it is possible to build a standalone APK containing your application,
doing so right now is difficult. If you're feeling brave, you can see how we doing so right now is difficult. If you're feeling brave, you can see how we
build the `Stocks.apk` in [example/stocks](example/stocks). Eventually we plan build the `Stocks.apk` in
to make this much easier and support platforms other than Android, but that work [example/stocks](https://github.com/domokit/sky_engine/tree/master/sky/packages/sky/example/stocks).
still in progress. Eventually we plan to make this much easier and support platforms other than
Android, but that work still in progress.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment