You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/01/14 15:37:14 UTC

(commons-math) branch master updated: Javadoc: Use an HTTPS URL to the Apache web site

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new ce070a9f0 Javadoc: Use an HTTPS URL to the Apache web site
ce070a9f0 is described below

commit ce070a9f0f63a218501078f74ca6454f55c83e5f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 14 10:37:10 2024 -0500

    Javadoc: Use an HTTPS URL to the Apache web site
---
 .../main/java/org/apache/commons/math4/legacy/field/package-info.java   | 2 +-
 .../main/java/org/apache/commons/math4/legacy/random/package-info.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/field/package-info.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/field/package-info.java
index edc4ca92a..2831dfb7d 100644
--- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/field/package-info.java
+++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/field/package-info.java
@@ -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;
diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/package-info.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/package-info.java
index 1dbece0c6..cf6ff9e9d 100644
--- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/package-info.java
+++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/package-info.java
@@ -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;