8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8.
authorbpatel
Fri, 04 Oct 2013 15:26:37 -0700
changeset 20341 7a8b7863c491
parent 20340 8662c8ab1769
child 20342 c226531f83c1
child 20629 475a6f8d1c67
8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8. Reviewed-by: tbell
common/makefiles/javadoc/Javadoc.gmk
--- a/common/makefiles/javadoc/Javadoc.gmk	Wed Oct 02 04:21:42 2013 +0100
+++ b/common/makefiles/javadoc/Javadoc.gmk	Fri Oct 04 15:26:37 2013 -0700
@@ -116,8 +116,7 @@
 # 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
-# This isn't added in old build yet.
-#DEV_DOCS_URL-8 = 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 = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION))
 DOCS_BASE_URL = http://download.oracle.com/javase/7/docs