OpenJDK / portola / portola
changeset 52317:26207007d234
8212994: Links to Oracle websites should use "https:"
Reviewed-by: erikj, lancea
author | iris |
---|---|
date | Thu, 25 Oct 2018 17:06:40 -0700 |
parents | 57d299cdd068 |
children | 99962c340e73 |
files | make/Docs.gmk |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/make/Docs.gmk Thu Oct 25 16:47:14 2018 -0700 +++ b/make/Docs.gmk Thu Oct 25 17:06:40 2018 -0700 @@ -61,11 +61,11 @@ $(SUPPORT_OUTPUTDIR)/rmic/* $(TOPDIR)/src/*/share/doc/stub) # URLs -JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase$(VERSION_NUMBER)&id=homepage -BUG_SUBMIT_URL := http://bugreport.java.com/bugreport/ +JAVADOC_BASE_URL := https://www.oracle.com/pls/topic/lookup?ctx=javase$(VERSION_NUMBER)&id=homepage +BUG_SUBMIT_URL := https://bugreport.java.com/bugreport/ COPYRIGHT_URL := {@docroot}/../legal/copyright.html -LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java$(VERSION_NUMBER)speclicense.html -REDISTRIBUTION_URL := http://www.oracle.com/technetwork/java/redist-137594.html +LICENSE_URL := https://www.oracle.com/technetwork/java/javase/terms/license/java$(VERSION_NUMBER)speclicense.html +REDISTRIBUTION_URL := https://www.oracle.com/technetwork/java/redist-137594.html # In order to get a specific ordering it's necessary to specify the total # ordering of tags as the tags are otherwise ordered in order of definition.