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 a0b99a1  Use HTTPS in URL
a0b99a1 is described below

commit a0b99a1622dc2c9e01dab881843585cee767d0d7
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:15:20 2025 -0500

    Use HTTPS in URL
---
 src/site/xdoc/binaries.xml | 2 +-
 src/site/xdoc/jsvc.xml     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/xdoc/binaries.xml b/src/site/xdoc/binaries.xml
index 140d782..2089974 100644
--- a/src/site/xdoc/binaries.xml
+++ b/src/site/xdoc/binaries.xml
@@ -28,7 +28,7 @@
 <section name="What to download?">
 <p>
 In the directory
-<a href="http://downloads.apache.org/commons/daemon/binaries/";>binaries</a>
+<a href="https://downloads.apache.org/commons/daemon/binaries/";>binaries</a>
 you will find subdirectories containing archives
 corresponding to your operating system. Only the Windows builds are provided 
as a zip file.
 </p>
diff --git a/src/site/xdoc/jsvc.xml b/src/site/xdoc/jsvc.xml
index a0d5ddf..95a60fb 100644
--- a/src/site/xdoc/jsvc.xml
+++ b/src/site/xdoc/jsvc.xml
@@ -33,7 +33,7 @@
       (e.g. bind to a port &lt; 1024), and then switch identity to a 
non-privileged user.
       <br/>
       It can run on Win32 via the Cygwin emulation layer (see
-      <a href="http://www.cygwin.com/";> Cygwin</a> for more information),
+      <a href="https://www.cygwin.com/";> Cygwin</a> for more information),
       however Win32 users may prefer to use <a href="procrun.html"> procrun</a>
       instead, which allows the application to run as a Windows Service.
 </p>
@@ -41,7 +41,7 @@
       The sources are located in the src/native/unix subdirectory.
 </p>
 <p>
-      In the future <a href="http://apr.apache.org/";> APR </a> may be used
+      In the future <a href="https://apr.apache.org/";> APR </a> may be used
       to provide more portable platform support.
 </p>
 </section>

Reply via email to