Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 12
-
Fix Version/s: 12
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Resolved In Build:b18
Description
In the generated docs bundle, all links of the form
https://www.oracle.com/pls/topic/lookup?ctx=javase
are now permanently redirected to docs.oracle.com.
The links that need to be updated are in the following lines in the makefiles:
$ grep -r oracle.com/pls open/make
open/make/Docs.gmk:JAVADOC_BASE_URL := https://www.oracle.com/pls/topic/lookup?ctx=javase$(VERSION_NUMBER)&id=homepage
open/make/jdk/src/classes/build/tools/taglet/ExtLink.java: * Please see <a href="https://www.oracle.com/pls/topic/lookup?ctx=javase10&id=Borealis">a spectacular</a> sight.
open/make/jdk/src/classes/build/tools/taglet/ExtLink.java: static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase" +
https://www.oracle.com/pls/topic/lookup?ctx=javase
are now permanently redirected to docs.oracle.com.
The links that need to be updated are in the following lines in the makefiles:
$ grep -r oracle.com/pls open/make
open/make/Docs.gmk:JAVADOC_BASE_URL := https://www.oracle.com/pls/topic/lookup?ctx=javase$(VERSION_NUMBER)&id=homepage
open/make/jdk/src/classes/build/tools/taglet/ExtLink.java: * Please see <a href="https://www.oracle.com/pls/topic/lookup?ctx=javase10&id=Borealis">a spectacular</a> sight.
open/make/jdk/src/classes/build/tools/taglet/ExtLink.java: static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase" +