changeset 1332:b6d03a810a61 jdk8u40-b22

Merge
author asaha
date Fri, 16 Jan 2015 13:50:15 -0800
parents 97620c5cb56f (current diff) d8a715bb7aad (diff)
children 07d4aadfb948 5dd2ad6c7911 16f78e229a52
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/make/Javadoc.gmk	Thu Jan 15 11:19:15 2015 -0800
+++ b/make/Javadoc.gmk	Fri Jan 16 13:50:15 2015 -0800
@@ -114,10 +114,10 @@
 
 # Url to devdocs page
 # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html
-DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html
-DEV_DOCS_URL-8 = http://download.oracle.com/javase/8/docs/index.html
+DEV_DOCS_URL-7 = https://docs.oracle.com/javase/7/docs/index.html
+DEV_DOCS_URL-8 = https://docs.oracle.com/javase/8/docs/index.html
 DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION))
-DOCS_BASE_URL = http://download.oracle.com/javase/7/docs
+DOCS_BASE_URL = https://docs.oracle.com/javase/7/docs
 
 # Common Java trademark line
 JAVA_TRADEMARK_LINE = Java is a trademark or registered trademark of \