Skip to content

Commit

Permalink
Prefer 'linkplain' to 'a href'.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgiulietti committed May 21, 2024
1 parent 880138d commit 8781399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
* <h2>Choosing a Random Number Generator Algorithm</h2>
*
* <p> Random number generator algorithms are organized in groups,
* as described <a href="package-summary.html#algorithms">below</a>.
* as described {@linkplain java.util.random##algorithms below}.
*
* <p> The legacy group includes random number generators that existed
* before JDK 17: Random, ThreadLocalRandom, SplittableRandom, and
Expand Down

0 comments on commit 8781399

Please sign in to comment.