On Fri, 1 Nov 2024 17:19:00 GMT, Nizar Benalla <nbena...@openjdk.org> wrote:
> Can I get a review for this patch that brings the last changes to fix broken > anchors in the source code. > > The links updated in this patch can be grouped into 3 sections, they were > minor so I grouped them into one PR. > > 1- Move some references from the old > `foreign/package-summary.html#restricted` to the new `Restricted Methods` > page, these were broken after > https://github.com/openjdk/jdk/commit/f4dccfd4cf354f360b823c8cce15bb54ef90e9ca > > 2- Remove a redundant `<a>` tag in `Class.java`, the id not needed as we > already created an index. > > 3- Fix some broken anchors in `StructuredTaskScope.java`, the text will be > updated in a JEP but we can fix the current text now. > > Thanks! This pull request has now been integrated. Changeset: 69bc0887 Author: Nizar Benalla <nbena...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/69bc0887741a7dd7eda234f5b3252c3c5e46d87e Stats: 7 lines in 4 files changed: 0 ins; 0 del; 7 mod 8343071: Broken anchors to restricted method page and some redundant ids 8332747: Broken links in StructuredTaskScope Reviewed-by: mcimadamore, iris ------------- PR: https://git.openjdk.org/jdk/pull/21839