From 338ec28c64d7fd50fb06878df66d050055501327 Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 30 Mar 2018 09:38:52 -0700 Subject: [PATCH] 8200469: Update link to license in Docs.gmk Reviewed-by: tbell --- make/Docs.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/Docs.gmk b/make/Docs.gmk index 4cd4fce6f9..487f0500d3 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -64,7 +64,7 @@ MODULES_SOURCE_PATH := $(call PathList, $(call GetModuleSrcPath) \ JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase10&id=homepage BUG_SUBMIT_URL := http://bugreport.java.com/bugreport/ COPYRIGHT_URL := {@docroot}/../legal/copyright.html -LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java10speclicense.html +LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java$(VERSION_NUMBER)speclicense.html REDISTRIBUTION_URL := http://www.oracle.com/technetwork/java/redist-137594.html # In order to get a specific ordering it's necessary to specify the total -- GitLab