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


The following commit(s) were added to refs/heads/master by this push:
     new b516178  Javadoc: Use an HTTPS URL to the Apache web site
     new fb77b5d  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-jxpath.git
b516178 is described below

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

    Javadoc: Use an HTTPS URL to the Apache web site
---
 src/main/java/org/apache/commons/jxpath/JXPathContext.java              | 2 +-
 .../commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.java       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/jxpath/JXPathContext.java 
b/src/main/java/org/apache/commons/jxpath/JXPathContext.java
index 146d199..84ed8d3 100644
--- a/src/main/java/org/apache/commons/jxpath/JXPathContext.java
+++ b/src/main/java/org/apache/commons/jxpath/JXPathContext.java
@@ -394,7 +394,7 @@ import org.apache.commons.jxpath.util.KeyManagerUtils;
  * Language (XPath) Version 1.0</a><br><br>
  *
  * You will also find more information and examples in
- * <a href="http://commons.apache.org/jxpath/users-guide.html";>
+ * <a href="https://commons.apache.org/jxpath/users-guide.html";>
  * JXPath User's Guide</a>
  */
 public abstract class JXPathContext {
diff --git 
a/src/main/java/org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.java
 
b/src/main/java/org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.java
index eca71e6..0d0d938 100644
--- 
a/src/main/java/org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.java
+++ 
b/src/main/java/org/apache/commons/jxpath/ri/model/dynabeans/DynaBeanPointerFactory.java
@@ -25,7 +25,7 @@ import org.apache.commons.jxpath.ri.model.NodePointerFactory;
 
 /**
  * Implements NodePointerFactory for DynaBeans.
- * See <a href="http://commons.apache.org/beanutils/";>
+ * See <a href="https://commons.apache.org/beanutils/";>
  * Apache Commons BeanUtils
  * </a>
  */

Reply via email to