<i18n dev> RFR: 8211958: Broken links in java.desktop files
Sergey Bylokhov
serb at openjdk.java.net
Mon Nov 2 09:18:04 UTC 2020
On Mon, 2 Nov 2020 09:04:39 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Most of the broken links were fixed already by the JDK-8225368 and JDK-8214817
> This change fix just a few.
>
> Also two cleanups are applied:
> - The `../../java/awt/doc-files/` in some cases simplified to `doc-files/`
> - The html links to the java classes via `<a href>` replaced by the `{@link }`
src/java.desktop/share/classes/java/awt/doc-files/DesktopProperties.html line 101:
> 99:
> 100: The return value is a
> 101: <a href="../../util/Map.html"> Map</a> of
Broken link to Map.
src/java.desktop/share/classes/javax/print/DocFlavor.java line 159:
> 157: * common flavors, the pre-defined *HOST {@code DocFlavors} may be used.
> 158: * <p>
> 159: * See <a href="../../java/lang/package-summary.html#charenc">character
Broken link to the java.base module
-------------
PR: https://git.openjdk.java.net/jdk/pull/998
More information about the i18n-dev
mailing list