You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/24 23:30:50 UTC

[commons-pool] 01/02: Match file name to page name

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

commit 96529fa2325b953129397e781f5c16508ffe02a3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 19:29:41 2023 -0400

    Match file name to page name
---
 src/site/site.xml                             | 2 +-
 src/site/xdoc/{downloads.xml => releases.xml} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 6185a106..feb80154 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -29,7 +29,7 @@
             <item name="Javadoc 2.x Archive" href="https://javadoc.io/doc/org.apache.commons/commons-pool2/latest/index.html"/>
             <item name="Javadoc 1.x Archive" href="https://javadoc.io/doc/commons-pool/commons-pool/latest/index.html"/>
             <item name="Examples"            href="/examples.html"/>
-            <item name="Downloads"           href="/downloads.html"/>
+            <item name="Releases"            href="/releases.html"/>
             <item name="Wiki"                href="https://cwiki.apache.org/confluence/display/commons/Pool"/>
         </menu>
 
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/releases.xml
similarity index 100%
rename from src/site/xdoc/downloads.xml
rename to src/site/xdoc/releases.xml