diff --git a/README.md b/README.md index 06f656c..d90f719 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To run our sample apps, you need to import this repo as a standalone Gradle proj #### Importing into Your App 1. Clone this repository onto your machine. -2. Configure Parse SDK by following this tutorial. (https://www.parse.com/apps/quickstart#parse_data/mobile/android/native/existing) +2. Configure Parse SDK by following this [tutorial](https://www.parse.com/apps/quickstart#parse_data/mobile/android/native/existing). 3. Import `ParseLoginUI` as a module into your app's Android Studio Project * File > Import Module in Android Studio * In the New Module pop-up, set the source directory to the `ParseUI-Android/ParseLoginUI` folder within the cloned repo. @@ -40,7 +40,7 @@ To run our sample apps, you need to import this repo as a standalone Gradle proj // compile 'com.facebook.android:facebook-android-sdk:4.0.1' // compile files('YOUR_PROJECT_LIBS_PATH/ParseFacebookUtilsV4-1.10.0.jar') -5. Add the following to your `AndroidManifest.xml` within the `` section. You can see a complete example in our [sample app](https://github.com/ParsePlatform/ParseUI-Android/blob/master/ParseLoginSampleBasic/AndroidManifest.xml). +5. Add the following to your `AndroidManifest.xml` within the `` section. You can see a complete example in our [sample app](https://github.com/ParsePlatform/ParseUI-Android/blob/master/ParseLoginSampleBasic/src/main/AndroidManifest.xml).