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


The following commit(s) were added to refs/heads/master by this push:
     new 7275d6a  Use HTTPS links to Apache.
7275d6a is described below

commit 7275d6a44329eb6df5e43b571c4d8ab8559b222c
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 4 10:14:48 2019 -0400

    Use HTTPS links to Apache.
---
 src/site/site.xml            | 2 +-
 src/site/xdoc/building.xml   | 4 ++--
 src/site/xdoc/mail-lists.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 49958d2..dec1987 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,7 +27,7 @@
     <body>
         <menu name="DbUtils">
             <item name="Overview"      href="/index.html"/>
-            <item name="Download"      
href="http://commons.apache.org/dbutils/download_dbutils.cgi"/>
+            <item name="Download"      
href="https://commons.apache.org/dbutils/download_dbutils.cgi"/>
             <item name="Examples"      href="/examples.html"/>
             <item name="Release Notes" href="/changes-report.html"/>
             <item name="Dependencies"  href="/dependencies.html"/>
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 084af2d..4ff1f90 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -48,7 +48,7 @@
   </p>
   <p>
     Further details can be found in the
-    <a href="http://commons.apache.org/building.html";>commons build 
instructions</a>.
+    <a href="https://commons.apache.org/building.html";>commons build 
instructions</a>.
   </p>
 </section>
 <!-- ================================================== -->
@@ -66,7 +66,7 @@
       <a 
href="http://people.apache.org/builds/commons/nightly/commons-dbutils/";>Nightly 
Builds</a>
       are built once a day from the current SVN HEAD. These are provided 
purely for test purposes and are <b>NOT
       official releases</b> of the Apache Software Foundation - Released 
versions of Commons DBUtils are
-      available <a 
href="http://commons.apache.org/dbutils/download_dbutils.cgi";>here</a>.
+      available <a 
href="https://commons.apache.org/dbutils/download_dbutils.cgi";>here</a>.
   </p>
 </section>
 
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index cdb0c80..1afe764 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <section name="Overview">
       <p>
         <a href="index.html">Apache Commons DbUtils</a> shares mailing lists 
with all the other
-        <a href="http://commons.apache.org/components.html";>Commons 
Components</a>.
+        <a href="https://commons.apache.org/components.html";>Commons 
Components</a>.
         To make it easier for people to only read messages related to 
components they are interested in,
         the convention in Commons is to prefix the subject line of messages 
with the component's name,
         for example:

Reply via email to