6974239: Correct reference to jdk document site in javadoc
authorohair
Tue, 03 Aug 2010 10:53:21 -0700
changeset 6079 931e91f33d25
parent 6078 a2ce0450136c
child 6080 0feaed799206
6974239: Correct reference to jdk document site in javadoc Reviewed-by: skannan
jdk/make/docs/Makefile
--- a/jdk/make/docs/Makefile	Mon Aug 02 16:31:55 2010 -0700
+++ b/jdk/make/docs/Makefile	Tue Aug 03 10:53:21 2010 -0700
@@ -47,9 +47,9 @@
 
 # Url to devdocs page
 #   Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html
-DEV_DOCS_URL-5 = http://java.sun.com/j2se/1.5.0/docs
-DEV_DOCS_URL-6 = http://download.oracle.com/docs/cd/E17409_01/javase/6/docs
-DEV_DOCS_URL-7 = http://download.oracle.com/docs/cd/E17409_01/javase/7/docs
+DEV_DOCS_URL-5 = http://java.sun.com/j2se/1.5.0/docs/index.html
+DEV_DOCS_URL-6 = http://download.oracle.com/javase/6/docs/index.html
+DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html
 DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION))
 
 # Url to Java Language Spec