aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2018-01-02 21:38:08 +0200
committerLasse Collin <lasse.collin@tukaani.org>2018-01-02 21:43:19 +0200
commit39681f059bc3228cb56eec897a46254b78870ef9 (patch)
tree565b0b231570306224a281347b6a08624e2829b7
parent83792c08b4d8f97699b148437f1412fe92c37b03 (diff)
downloadxz-java-39681f059bc3228cb56eec897a46254b78870ef9.tar.gz
Update the external documentation URL to use HTTPS.
-rw-r--r--build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties
index 7bf5ad9..dfed9c1 100644
--- a/build.properties
+++ b/build.properties
@@ -27,7 +27,7 @@ classes_dir = ${build_dir}/classes
jar_dir = ${build_dir}/jar
doc_dir = ${build_dir}/doc
-extdoc_url = http://docs.oracle.com/javase/9/docs/api
+extdoc_url = https://docs.oracle.com/javase/9/docs/api
extdoc_dir = extdoc
pom_template = maven/pom_template.xml