Updated Mobile (markdown)

Matt Harden 2017-02-18 15:36:27 -08:00
parent 60105ece96
commit 963133afcf

@ -146,7 +146,7 @@ If you are not using Android Studio, in order to work with bindings for Android,
$ gomobile bind -target=android golang.org/x/mobile/example/bind/hello
```
The command above will generate an [aar](http://tools.android.com/tech-docs/new-build-system/aar-format) that can be importable by your IDE.
The command above will generate an [aar](https://developer.android.com/studio/projects/android-library.html) that can be importable by your IDE.
### Building and deploying to iOS