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-validator.git


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

commit de67a89b3d7559eebc976ca390595d63099b9965
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 14 10:32:59 2024 -0500

    Javadoc: Use an HTTPS URL to the Apache web site
---
 src/main/java/org/apache/commons/validator/package-info.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/validator/package-info.java 
b/src/main/java/org/apache/commons/validator/package-info.java
index 482d8fb0..10373b1e 100644
--- a/src/main/java/org/apache/commons/validator/package-info.java
+++ b/src/main/java/org/apache/commons/validator/package-info.java
@@ -20,7 +20,7 @@
  *
  * <a id="doc.Description"></a>
  * <div>
- * <a 
href="http://commons.apache.org/validator/dependencies.html";>[Dependencies]</a>
+ * <a 
href="https://commons.apache.org/validator/dependencies.html";>[Dependencies]</a>
  * <a href="#doc.Intro">[Introduction]</a>
  * <a href="#doc.Overview">[Overview]</a>
  * <a href="#doc.Resources">[Resources]</a>
@@ -66,7 +66,7 @@
  * them abstracted from JavaBean you are validating.  The
  * property reference to a field supports nested properties
  * using the Apache Commons BeanUtils
- * (http://commons.apache.org/beanutils/) package.
+ * (https://commons.apache.org/beanutils/) package.
  * Error messages and the arguments for error messages can be
  * associated with a fields validation.
  * </p>

Reply via email to