New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8211958: Broken links in java.desktop files #998
Conversation
|
@@ -97,9 +97,8 @@ <h3>Basic Usage</h3> | |||
<b>"awt.font.desktophints"</b> | |||
can be used to obtain the rendering hints that best match the desktop settings. | |||
|
|||
The return value is a | |||
<a href="../../util/Map.html"> Map</a> of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken link to Map.
@@ -156,9 +156,9 @@ | |||
* the primary IANA name but is guaranteed to be understood by this VM. For | |||
* common flavors, the pre-defined *HOST {@code DocFlavors} may be used. | |||
* <p> | |||
* See <a href="../../java/lang/package-summary.html#charenc">character |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken link to the java.base module
@mrserb This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 9 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
/integrate |
@mrserb Since your change was applied there have been 24 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit acb5f65. |
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:
../../java/awt/doc-files/
in some cases simplified todoc-files/
<a href>
replaced by the{@link }
Progress
Testing
Failed test task
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/998/head:pull/998
$ git checkout pull/998