On Wed, 29 Jan 2025 16:03:38 GMT, Nizar Benalla <nbena...@openjdk.org> wrote:
> Two groups of broken links appeared in the latest JDK docs, broken links to > man pages and broken ietf links. > > - The windows tools markdown files were not being converted to HTML because > they were placed under `windows/man` rather than `share/man`, I've updated > `Modules.gmk` to pick up their location. > > - Contacted ietf, these are the new links to use. > > This patch needs to be backported to JDK 24 as the windows tools man pages > are not generated there either. > > Note: the change to `ExtLinksJdk.txt` is because we partly use it to check > external links, so it needs to be updated alongside the docs. Thanks for the reviews, integrating now in order to backport this ahead of RC. ------------- PR Comment: https://git.openjdk.org/jdk/pull/23351#issuecomment-2624053793