Skip to content

Commit

Permalink
Javadoc: Use an HTTPS URL to the Apache web site
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 14, 2024
1 parent 12fc0a3 commit de67a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/validator/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit de67a89

Please sign in to comment.