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


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

commit 7c6d8271cf3dc72ff8e2672526b6150594b52c0d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 09:55:53 2025 -0500

    Use HTTPS in URL
---
 src/site/xdoc/release_1_1.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/release_1_1.xml b/src/site/xdoc/release_1_1.xml
index 3cd38f89..72e379e1 100644
--- a/src/site/xdoc/release_1_1.xml
+++ b/src/site/xdoc/release_1_1.xml
@@ -121,7 +121,7 @@
           is available at:
         </p>
         <p>
-          <a 
href="http://java.sun.com/products/javamail/";>http://java.sun.com/products/javamail/</a>
+          <a 
href="http://java.sun.com/products/javamail/";>https://java.sun.com/products/javamail/</a>
         </p>
         <p>
           However, the Apache Geronimo project (http://geronimo.apache.org)
@@ -133,7 +133,7 @@
           proprietary Sun implementation is available at:
         </p>
         <p>
-          <a 
href="http://java.sun.com/products/javabeans/glasgow/jaf.html";>http://java.sun.com/products/javabeans/glasgow/jaf.html</a>
+          <a 
href="http://java.sun.com/products/javabeans/glasgow/jaf.html";>https://java.sun.com/products/javabeans/glasgow/jaf.html</a>
         </p>
         <p>
           Apache Geronimo likewise provides an implementation under the Apache

Reply via email to