On Wed, 21 Jun 2023 18:35:50 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> String converters link got lost in allpackages-index and index-all. is this > intentional? It's the other way around. That link is _not_ present in the existing JavaFX API docs because of the redundant first sentence. It is now there because I got rid of the redundant first sentence (the one without the link) and the unwanted `<h2>` tag, making the following the first sentence: This package is for standard {@link javafx.util.StringConverter string converters} for JavaFX. So the link wasn't lost, it was found. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1159#issuecomment-1601403187