Javadoc: Use an HTTPS URL to the Apache web site

This commit is contained in:
Gary Gregory 2024-01-14 10:37:10 -05:00
parent cba0440e54
commit ce070a9f0f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
*/
/**
* Utilities based on the {@link org.apache.commons.numbers.field.Field Field}
* functionality defined in <a href="http://commons.apache.org/numbers">
* functionality defined in <a href="https://commons.apache.org/numbers">
* Commons Numbers</a>.
*/
package org.apache.commons.math4.legacy.field;

View File

@ -18,6 +18,6 @@
* This package contains functionality related to random numbers.
*
* Note that a wide range of utilities are available in
* <a href="http://commons.apache.org/rng">Commons RNG</a>.
* <a href="https://commons.apache.org/rng">Commons RNG</a>.
*/
package org.apache.commons.math4.legacy.random;