Skip to content

Commit 10ac3b3

Browse files
committed
Updated README
1 parent d03cc76 commit 10ac3b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Asynchronous Http Client for Android
22
====================================
3-
[![Build Status](https://travis-ci.org/loopj/android-async-http.png?branch=master)](https://travis-ci.org/loopj/android-async-http)
3+
[![Build Status](https://travis-ci.org/android-async-http/android-async-http.png?branch=master)](https://travis-ci.org/android-async-http/android-async-http)
44

55
An asynchronous, callback-based Http client for Android built on top of Apache's [HttpClient](https://hc.apache.org/httpcomponents-client-ga/) libraries.
66

@@ -9,14 +9,14 @@ Changelog
99

1010
See what is new in version 1.4.9 released on 19th September 2015
1111

12-
https://github.com/loopj/android-async-http/blob/1.4.9/CHANGELOG.md
12+
https://github.com/android-async-http/android-async-http/blob/1.4.9/CHANGELOG.md
1313

1414
Javadoc
1515
-------
1616

1717
Latest Javadoc for 1.4.9 release are available here (also included in Maven repository):
1818

19-
https://loopj.com/android-async-http/doc/
19+
https://android-async-http.github.io/android-async-http/doc/
2020

2121
Features
2222
--------
@@ -35,7 +35,7 @@ Examples
3535
--------
3636

3737
For inspiration and testing on device we've provided Sample Application.
38-
See individual samples [here on Github](https://github.com/loopj/android-async-http/tree/1.4.9/sample/src/main/java/com/loopj/android/http/sample)
38+
See individual samples [here on Github](https://github.com/android-async-http/android-async-http/tree/1.4.9/sample/src/main/java/com/loopj/android/http/sample)
3939
To run Sample application, simply clone the repository and run this command, to install it on connected device
4040

4141
```java
@@ -93,5 +93,5 @@ Documentation, Features and Examples
9393
------------------------------------
9494
Full details and documentation can be found on the project page here:
9595

96-
https://loopj.com/android-async-http/
96+
https://android-async-http.github.io/android-async-http/
9797

0 commit comments

Comments
 (0)