Skip to content

Commit c793de3

Browse files
committed
Use HTTPS links in documentation where possible.
Closes: square#2425
1 parent 0ea86b8 commit c793de3

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.buildscript/deploy_snapshot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo.
44
#
55
# Adapted from https://coderwall.com/p/9b_lfq and
6-
# http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/
6+
# https://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/
77

88
SLUG="square/retrofit"
99
JDK="oraclejdk8"

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Version 1.5.0 *(2014-03-20)*
367367
* Fix: Support empty HTTP response status reason.
368368
* If an `ErrorHandler` is supplied it will be invoked for `Callback` and `Observable` methods.
369369
* HTTP `PATCH` method using `HttpUrlConnection` is no longer supported. Add the
370-
[OkHttp](http://square.github.io/okhttp) jar to your project if you need this behavior.
370+
[OkHttp](https://square.github.io/okhttp) jar to your project if you need this behavior.
371371
* Custom `Client` implementations should no longer set `Content-Type` or `Content-Length` headers
372372
based on the `TypedInput` body of the `Request`. These headers will now be added automatically
373373
as part of the standard `Request` header list.
@@ -420,7 +420,7 @@ Version 1.2.2 *(2013-09-12)*
420420
Version 1.2.1 *(2013-08-30)*
421421
----------------------------
422422

423-
* New: Converter for [Wire protocol buffers](http://github.com/square/wire)!
423+
* New: Converter for [Wire protocol buffers](https://github.com/square/wire)!
424424

425425

426426
Version 1.2.0 *(2013-08-23)*

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ License
6161
limitations under the License.
6262

6363

64-
[1]: http://square.github.io/retrofit/
64+
[1]: https://square.github.io/retrofit/
6565
[2]: https://search.maven.org/remote_content?g=com.squareup.retrofit2&a=retrofit&v=LATEST
6666
[snap]: https://oss.sonatype.org/content/repositories/snapshots/

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<name>Retrofit (Parent)</name>
3232
<description>Type-safe HTTP client for Android and Java by Square, Inc.</description>
33-
<url>http://github.com/square/retrofit/</url>
33+
<url>https://github.com/square/retrofit/</url>
3434

3535
<modules>
3636
<module>retrofit</module>
@@ -78,27 +78,27 @@
7878
</properties>
7979

8080
<scm>
81-
<url>http://github.com/square/retrofit</url>
81+
<url>https://github.com/square/retrofit</url>
8282
<connection>scm:git:git://github.com/square/retrofit.git</connection>
8383
<developerConnection>scm:git:ssh://[email protected]/square/retrofit.git</developerConnection>
8484
<tag>HEAD</tag>
8585
</scm>
8686

8787
<issueManagement>
8888
<system>GitHub Issues</system>
89-
<url>http://github.com/square/retrofit/issues</url>
89+
<url>https://github.com/square/retrofit/issues</url>
9090
</issueManagement>
9191

9292
<licenses>
9393
<license>
9494
<name>Apache 2.0</name>
95-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
95+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
9696
</license>
9797
</licenses>
9898

9999
<organization>
100100
<name>Square, Inc.</name>
101-
<url>http://squareup.com</url>
101+
<url>https://squareup.com</url>
102102
</organization>
103103

104104
<dependencyManagement>

website/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ <h1>Retrofit</h1>
2222
<menu>
2323
<ul>
2424
<li><a href="#download" class="menu download">Download <span class="version-tag">Latest</span></a></li>
25-
<li><a href="http://github.com/square/retrofit" data-title="View GitHub Project" class="menu github"><img src="static/icon-github.png" alt="GitHub"/></a></li>
26-
<li><a href="http://square.github.io/" data-title="Square Open Source Portal" class="menu square"><img src="static/icon-square.png" alt="Square"/></a></li>
25+
<li><a href="https://github.com/square/retrofit" data-title="View GitHub Project" class="menu github"><img src="static/icon-github.png" alt="GitHub"/></a></li>
26+
<li><a href="https://square.github.io/" data-title="Square Open Source Portal" class="menu square"><img src="static/icon-square.png" alt="Square"/></a></li>
2727
</ul>
2828
</menu>
2929
</div>
@@ -160,7 +160,7 @@ <h4>Custom Converters</h4>
160160
<section id="download">
161161
<h3>Download</h3>
162162
<p><a href="https://search.maven.org/remote_content?g=com.squareup.retrofit2&a=retrofit&v=LATEST" class="dl version-href">&darr; <span class="version-tag">Latest</span> JAR</a></p>
163-
<p>The source code to the Retrofit, its samples, and this website is <a href="http://github.com/square/retrofit">available on GitHub</a>.</p>
163+
<p>The source code to the Retrofit, its samples, and this website is <a href="https://github.com/square/retrofit">available on GitHub</a>.</p>
164164
<h4>Maven</h4>
165165
<pre class="prettyprint">&lt;dependency>
166166
&lt;groupId>com.squareup.retrofit2&lt;/groupId>
@@ -192,7 +192,7 @@ <h4>ProGuard</h4>
192192
<h3>Contributing</h3>
193193
<p>If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.</p>
194194
<p>When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Please also make sure your code compiles by running <code>mvn clean verify</code>.</p>
195-
<p>Before your code can be accepted into the project you must also sign the <a href="http://squ.re/sign-the-cla">Individual Contributor License Agreement (CLA)</a>.</p>
195+
<p>Before your code can be accepted into the project you must also sign the <a href="https://squ.re/sign-the-cla">Individual Contributor License Agreement (CLA)</a>.</p>
196196
</section>
197197

198198
<section id="license">
@@ -224,7 +224,7 @@ <h3>License</h3>
224224
</ul>
225225
<ul class="nav nav-pills nav-stacked secondary">
226226
<li><a href="2.x/retrofit/">Javadoc</a></li>
227-
<li><a href="http://stackoverflow.com/questions/tagged/retrofit?sort=active">StackOverflow</a></li>
227+
<li><a href="https://stackoverflow.com/questions/tagged/retrofit?sort=active">StackOverflow</a></li>
228228
</ul>
229229
</div>
230230
</div>

website/static/jquery-maven-artifact.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)