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


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

commit a438441ed1f80426b5caa98e09f71eefeb51973d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:47:32 2025 -0500

    Use HTTPS in URL
---
 src/docs/daemon.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/docs/daemon.html b/src/docs/daemon.html
index 5540a8c..907245e 100644
--- a/src/docs/daemon.html
+++ b/src/docs/daemon.html
@@ -252,10 +252,10 @@
     <HR>
     <P CLASS="copyright">
       Author Pier Fumagalli
-      <A 
HREF="mailto:[email protected]";>&lt;[email protected]&gt;</A>
+      <A 
href="mailto:[email protected]";>&lt;[email protected]&gt;</A>
       <BR>
       Copyright &copy; 2020, The Apache Software Foundation
-      <A HREF="http://www.apache.org/";>&lt;http://www.apache.org/&gt;</A>
+      <A href="https://www.apache.org/";>&lt;https://www.apache.org/&gt;</A>
       <BR>
       All rights reserved.
     </P>
@@ -263,14 +263,14 @@
     <P CLASS="copyright">
       Sun, Sun Microsystems, Solaris, and Java are trademarks or registered
       trademarks of Sun Microsystems, Inc.
-      <A HREF="http://www.sun.com/";>&lt;http://www.sun.com/&gt;</A>
+      <A href="https://www.sun.com/";>&lt;https://www.sun.com/&gt;</A>
       <BR>
       UNIX&reg; is a registered trademark in the United States and other
       countries, exclusively licensed through X/Open Company, Ltd.
-      <A HREF="http://www.opengroup.org/";>&lt;http://www.opengroup.org/&gt;</A>
+      <A 
href="https://www.opengroup.org/";>&lt;https://www.opengroup.org/&gt;</A>
       <BR>
       Windows, WinNT and Win32 are registered trademark of Microsoft Corp.
-      <A HREF="http://www.microsoft.com/";>&lt;http://www.microsoft.com/&gt;</A>
+      <A 
href="https://www.microsoft.com/";>&lt;https://www.microsoft.com/&gt;</A>
     </P>
     </P>
   </BODY>

Reply via email to