On Tue, 18 Oct 2022 11:55:06 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> This is a continuation of the effort to update all our URLs to the new > top-level domain. > > This patch updates (most) URLs in testing code. There still exists references > to openjdk.java.net, but that are not strictly used as normal URLs, which I > deemed need special care, so I left them out of this one, which is more of a > straight-forward search and replace. > > I have manually verified that the links work (or points to bugs.openjdk.org > and looks sane; I did not click on all those). I have replaced `http` with > `https`. I have replaced links to specific commits on the mercurial server > with links to the corresponding commits in the new git repos. This pull request has now been integrated. Changeset: d5a1521f Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d5a1521fde3f6ff7e810e8257a4722a09c9ef60b Stats: 138 lines in 45 files changed: 46 ins; 0 del; 92 mod 8295470: Update openjdk.java.net => openjdk.org URLs in test code Reviewed-by: michaelm, prr, darcy ------------- PR: https://git.openjdk.org/jdk/pull/10744