Javadoc: Use an HTTPS URL to the Apache web site
This commit is contained in:
parent
cba0440e54
commit
ce070a9f0f
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue