From f82d12c1b4cf3f25548a6856bf33c34c9f72e47a Mon Sep 17 00:00:00 2001 From: Kelly O'Hair Date: Tue, 3 Aug 2010 10:53:21 -0700 Subject: [PATCH] 6974239: Correct reference to jdk document site in javadoc Reviewed-by: skannan --- jdk/make/docs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jdk/make/docs/Makefile b/jdk/make/docs/Makefile index eebf1627cea..a2aaccb130f 100644 --- a/jdk/make/docs/Makefile +++ b/jdk/make/docs/Makefile @@ -47,9 +47,9 @@ BUG_SUBMIT_LINE = Submit a bug or feature # 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