You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Don't be discouraged if your pull request is rejected. This is not a deadline an
22
22
ISSUES
23
23
---------
24
24
25
-

25
+

26
26
27
27
The issues system is the place to report bugs and not for submitting patches or new functionality. As helpful as we would like to be, we cannot replace the developer and we certainly do not see what you're seeing. So when you come to report an issue, follow these simple rules:
An asynchronous, callback-based Http client for Android built on top of Apache's [HttpClient](http://hc.apache.org/httpcomponents-client-ga/) libraries.
5
+
An asynchronous, callback-based Http client for Android built on top of Apache's [HttpClient](https://hc.apache.org/httpcomponents-client-ga/) libraries.
6
6
7
7
Changelog
8
8
---------
@@ -16,7 +16,7 @@ Javadoc
16
16
17
17
Latest Javadoc for 1.4.8 release are available here (also included in Maven repository):
18
18
19
-
http://loopj.com/android-async-http/doc/
19
+
https://loopj.com/android-async-http/doc/
20
20
21
21
Features
22
22
--------
@@ -48,9 +48,9 @@ You can now integrate this library in your project via Maven. There are availabl
Copy file name to clipboardExpand all lines: library/src/main/java/com/loopj/android/http/Base64.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
7
*
8
-
* http://www.apache.org/licenses/LICENSE-2.0
8
+
* https://www.apache.org/licenses/LICENSE-2.0
9
9
*
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -20,7 +20,7 @@
20
20
21
21
/**
22
22
* Utilities for encoding and decoding the Base64 representation of binary data. See RFCs <a
23
-
* href="https://github.com/%3Cspan%20class="x x-first x-last">http://www.ietf.org/rfc/rfc2045.txt">2045</a> and <a href="https://github.com/%3Cspan%20class="x x-first x-last">http://www.ietf.org/rfc/rfc3548.txt">3548</a>.
23
+
* href="https://github.com/%3Cspan%20class="x x-first x-last">https://www.ietf.org/rfc/rfc2045.txt">2045</a> and <a href="https://github.com/%3Cspan%20class="x x-first x-last">https://www.ietf.org/rfc/rfc3548.txt">3548</a>.
24
24
*/
25
25
publicclassBase64 {
26
26
/**
@@ -520,7 +520,7 @@ public static byte[] encode(byte[] input, int offset, int len, int flags) {
520
520
/* package */staticclassEncoderextendsCoder {
521
521
/**
522
522
* Emit a new line every this many output tuples. Corresponds to a 76-character line length
523
-
* (the maximum allowable according to <a href="https://github.com/%3Cspan%20class="x x-first x-last">http://www.ietf.org/rfc/rfc2045.txt">RFC
523
+
* (the maximum allowable according to <a href="https://github.com/%3Cspan%20class="x x-first x-last">https://www.ietf.org/rfc/rfc2045.txt">RFC
0 commit comments