Use HTTPS links in documentation where possible.

This commit is contained in:
Jesse Wilson
2018-02-25 22:09:56 -05:00
parent 8e28dd4ad7
commit caedfea74b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo. # Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo.
# #
# Adapted from https://coderwall.com/p/9b_lfq and # Adapted from https://coderwall.com/p/9b_lfq and
# http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ # https://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/
SLUG="square/moshi" SLUG="square/moshi"
JDK="oraclejdk8" JDK="oraclejdk8"

View File

@@ -558,4 +558,4 @@ License
[okio]: https://github.com/square/okio/ [okio]: https://github.com/square/okio/
[okhttp]: https://github.com/square/okhttp/ [okhttp]: https://github.com/square/okhttp/
[gson]: https://github.com/google/gson/ [gson]: https://github.com/google/gson/
[javadoc]: http://square.github.io/moshi/1.x/moshi/ [javadoc]: https://square.github.io/moshi/1.x/moshi/