Skip to content

Commit

Permalink
use new url syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RickSaling committed Mar 20, 2015
1 parent 63a66e6 commit 064e66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/mobile-services-android-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The final stage of this tutorial is to build and run your new app.
- Find the **OnCreate** method in **TodoActivity.java** and locate the code that instantiates the mobile services client. The code is visible in the preceding image.
- Replace "MobileServiceUrl" with the actual Url of your mobile service.
- Replace "AppKey" with the key of your mobile service.
- For more details consult the tutorial <a href="http://azure.microsoft.com../articles/mobile-services-android-get-started-data.md">Add Mobile Services to an existing app</a>.
- For more details consult the tutorial [Add Mobile Services to an existing app](../articles/mobile-services-android-get-started-data.md).

5. From the **Run** menu, click **Run** to start the project in the Android emulator.

Expand Down Expand Up @@ -52,7 +52,7 @@ The final stage of this tutorial is to build and run your new app.
[15]: ./media/mobile-services-android-get-started/mobile-services-import-android-project.png

<!-- URLs. -->
[Get started with data]: ../articles/mobile-services-android-get-started-data.md
[Add Mobile Services to an existing app]: ../articles/mobile-services-android-get-started-data.md
[Get started with authentication]: ../articles/mobile-services-android-get-started-users.md
[Get started with push notifications]: ../articles/mobile-services-javascript-backend-android-get-started-push.md
[Android SDK]: https://go.microsoft.com/fwLink/p/?LinkID=280125
Expand Down

0 comments on commit 064e66b

Please sign in to comment.