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


The following commit(s) were added to refs/heads/master by this push:
     new 83db59a  Use HTTPS in URL
83db59a is described below

commit 83db59a0885af6332a8ff6b2f947eb486f9d2760
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 09:34:34 2025 -0500

    Use HTTPS in URL
---
 src/site/xdoc/faq.xml       | 2 +-
 src/site/xdoc/projects.xml  | 2 +-
 src/site/xdoc/resources.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml
index 99ce192..9a8e732 100644
--- a/src/site/xdoc/faq.xml
+++ b/src/site/xdoc/faq.xml
@@ -35,7 +35,7 @@
         document?</question>
       <answer>
         <p>The latest version can always be found at BSF&apos;s homepage 
-          <a 
href="http://commons.apache.org/bsf/faq.html";>http://commons.apache.org/bsf/faq.html</a>.</p>
+          <a 
href="http://commons.apache.org/bsf/faq.html";>https://commons.apache.org/bsf/faq.html</a>.</p>
       </answer>
     </subsection>
 
diff --git a/src/site/xdoc/projects.xml b/src/site/xdoc/projects.xml
index 43f8e45..b1f2790 100644
--- a/src/site/xdoc/projects.xml
+++ b/src/site/xdoc/projects.xml
@@ -161,7 +161,7 @@
           </tr>
           <tr>
             <th>URL:</th>
-            <td><a 
href="http://commons.apache.org/jexl/";>http://commons.apache.org/jexl/</a></td>
+            <td><a 
href="http://commons.apache.org/jexl/";>https://commons.apache.org/jexl/</a></td>
           </tr>
           <tr>
             <th>Contact:</th>
diff --git a/src/site/xdoc/resources.xml b/src/site/xdoc/resources.xml
index aff5f55..f25728c 100644
--- a/src/site/xdoc/resources.xml
+++ b/src/site/xdoc/resources.xml
@@ -38,7 +38,7 @@
         <table>
           <tr>
             <th>FAQ:</th>
-            <td><a 
href="faq.html">http://commons.apache.org/bsf/faq.html</a></td>
+            <td><a 
href="faq.html">https://commons.apache.org/bsf/faq.html</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to