aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Wharton <jakewharton@gmail.com>2018-02-25 22:36:34 -0500
committerGitHub <noreply@github.com>2018-02-25 22:36:34 -0500
commit82e20e0ce26eee0e20cc52f976bb3e7e627dd338 (patch)
tree669e2410d525fecf61ea64f0088ce4bfa77fd2ca
parent1e70bf31a8be9b36f5495a2f38b50dbd588e1dd0 (diff)
parent28fdcfbbcf9ca9f3736d8825d841f58169bc78d0 (diff)
downloadjavapoet-82e20e0ce26eee0e20cc52f976bb3e7e627dd338.tar.gz
Merge pull request #621 from square/jwilson.0225.https_links
Use HTTPS links in documentation where possible.
-rwxr-xr-x.buildscript/deploy_snapshot.sh2
-rw-r--r--README.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/.buildscript/deploy_snapshot.sh b/.buildscript/deploy_snapshot.sh
index 1c52e0c..395a873 100755
--- a/.buildscript/deploy_snapshot.sh
+++ b/.buildscript/deploy_snapshot.sh
@@ -3,7 +3,7 @@
# Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo.
#
# 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/javapoet"
JDK="oraclejdk8"
diff --git a/README.md b/README.md
index 989b591..d2e1803 100644
--- a/README.md
+++ b/README.md
@@ -884,6 +884,6 @@ JavaWriter continues to be available in [GitHub][javawriter] and [Maven Central]
[snap]: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/javapoet/
[javadoc]: https://square.github.io/javapoet/1.x/javapoet/
[javawriter]: https://github.com/square/javapoet/tree/javawriter_2
- [javawriter_maven]: http://search.maven.org/#artifactdetails%7Ccom.squareup%7Cjavawriter%7C2.5.1%7Cjar
- [formatter]: http://developer.android.com/reference/java/util/Formatter.html
- [modifier]: http://docs.oracle.com/javase/8/docs/api/javax/lang/model/element/Modifier.html
+ [javawriter_maven]: https://search.maven.org/#artifactdetails%7Ccom.squareup%7Cjavawriter%7C2.5.1%7Cjar
+ [formatter]: https://developer.android.com/reference/java/util/Formatter.html
+ [modifier]: https://docs.oracle.com/javase/8/docs/api/javax/lang/model/element/Modifier.html