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 040d7c7 Use HTTPS in URL
040d7c7 is described below
commit 040d7c7d083ce8b7e55572765f2e33b6958952c9
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:15:58 2025 -0500
Use HTTPS in URL
---
src/site/site.xml | 2 +-
src/site/xdoc/building.xml | 4 ++--
src/site/xdoc/index.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index c773b10..47d2b7f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -31,7 +31,7 @@
<item name="Examples" href="/examples.html"/>
<item name="Release Notes" href="/changes.html"/>
<item name="Dependencies" href="/dependencies.html"/>
- <item name="Wiki"
href="http://wiki.apache.org/commons/DbUtils"/>
+ <item name="Wiki"
href="https://wiki.apache.org/commons/DbUtils"/>
</menu>
<menu name="Development">
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 57adffa..84f6718 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -26,8 +26,8 @@
<!-- ================================================== -->
<section name="Overview">
<p>
- Commons DBUtils uses <a href="http://maven.apache.org">Maven</a> or
- <a href="http://ant.apache.org">Ant</a> as a build system.
+ Commons DBUtils uses <a href="https://maven.apache.org">Maven</a> or
+ <a href="https://ant.apache.org">Ant</a> as a build system.
</p>
</section>
<!-- ================================================== -->
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index e136338..d543e1e 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -30,7 +30,7 @@
<p>
The Commons DbUtils library is a small set of classes designed to make working
with
-<a href="http://java.sun.com/products/jdbc/">JDBC</a> easier. JDBC
+<a href="https://java.sun.com/products/jdbc/">JDBC</a> easier. JDBC
resource cleanup code is mundane, error prone work so these classes
abstract out all of the cleanup tasks from your code leaving you with
what you really wanted to do with JDBC in the first place: query and