Skip to content

Commit f044de6

Browse files
committed
Fix broken link in README.md
1 parent ced93a4 commit f044de6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To run our sample apps, you need to import this repo as a standalone Gradle proj
2626

2727
#### Importing into Your App
2828
1. Clone this repository onto your machine.
29-
2. Configure Parse SDK by following this tutorial. (https://www.parse.com/apps/quickstart#parse_data/mobile/android/native/existing)
29+
2. Configure Parse SDK by following this [tutorial](https://www.parse.com/apps/quickstart#parse_data/mobile/android/native/existing).
3030
3. Import `ParseLoginUI` as a module into your app's Android Studio Project
3131
* File > Import Module in Android Studio
3232
* 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
4040
// compile 'com.facebook.android:facebook-android-sdk:4.0.1'
4141
// compile files('YOUR_PROJECT_LIBS_PATH/ParseFacebookUtilsV4-1.10.0.jar')
4242

43-
5. Add the following to your `AndroidManifest.xml` within the `<application></application>` section. You can see a complete example in our [sample app](https://github.com/ParsePlatform/ParseUI-Android/blob/master/ParseLoginSampleBasic/AndroidManifest.xml).
43+
5. Add the following to your `AndroidManifest.xml` within the `<application></application>` section. You can see a complete example in our [sample app](https://github.com/ParsePlatform/ParseUI-Android/blob/master/ParseLoginSampleBasic/src/main/AndroidManifest.xml).
4444

4545
<activity
4646
android:name="com.parse.ui.ParseLoginActivity"
@@ -63,7 +63,7 @@ To run our sample apps, you need to import this repo as a standalone Gradle proj
6363
For an example of setting up Facebook and Twitter integrations, please see `AndroidManfest.xml` and `res/values/strings.xml` in our [sample app](https://github.com/ParsePlatform/ParseUI-Android/blob/master/ParseLoginSampleBasic).
6464

6565
## Documentation
66-
For complete details about this library project, please see our [documentation](https://www.parse.com/docs/android_guide#ui-login) on the Parse website.
66+
For complete details about this library project, please see our [documentation](https://www.parse.com/docs/android/guide#user-interface-parseloginui) on the Parse website.
6767
We'll discuss some highlights here.
6868

6969
To start the login flow from your own activity, you launch the `ParseLoginActivity` with two lines of code:
@@ -81,7 +81,7 @@ This library is ultra-customizable, allowing you to configure the login experien
8181
As shown in the Getting Started section, you can directly configure the login experience through the activity
8282
meta-data in `AndroidManifest.xml`.
8383

84-
Please see the [Parse website](https://www.parse.com/docs/android_guide#ui-login) for additional documentation.
84+
Please see the [Parse website](https://www.parse.com/docs/android/guide#user-interface-parseloginui) for additional documentation.
8585

8686
## Contributing
8787
See the CONTRIBUTING file for how to help out.
@@ -94,8 +94,7 @@ copy, modify, and distribute this software in source code or binary form for use
9494
in connection with the web services and APIs provided by Parse.
9595

9696
As with any software that integrates with the Parse platform, your use of
97-
this software is subject to the Parse Terms of Service
98-
[https://www.parse.com/about/terms]. This copyright notice shall be
97+
this software is subject to the [Parse Terms of Service](https://www.parse.com/about/terms). This copyright notice shall be
9998
included in all copies or substantial portions of the software.
10099

101100
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

0 commit comments

Comments
 (0)