--- old/make/jdk/src/classes/build/tools/taglet/ExtLink.java 2018-02-26 21:31:46.492904334 +0100 +++ new/make/jdk/src/classes/build/tools/taglet/ExtLink.java 2018-02-26 21:31:46.160904337 +0100 @@ -49,14 +49,14 @@ * will produce the following html *

* {@code - * Please see a spectacular sight. + * Please see a spectacular sight. * } */ public class ExtLink implements Taglet { static final String TAG_NAME = "extLink"; - static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase9&id="; + static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase10&id="; static final Pattern TAG_PATTERN = Pattern.compile("(?s)(\\s*)(?\\w+)(\\s+)(?.*)$");