This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push:
new 7a488f62 Fix download link
7a488f62 is described below
commit 7a488f62fbabb649cb073e930d3bc8ca799df953
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 22 08:18:03 2025 -0500
Fix download link
---
src/site/site.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 583fdb37..871f9f88 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -37,7 +37,7 @@
<item name="Security" href="security.html" />
<item name="License" href="https://www.apache.org/licenses/LICENSE-2.0"
/>
<item name="Code of Conduct"
href="https://www.apache.org/foundation/policies/conduct.html" />
- <item name="Download"
href="https://commons.apache.org/proper/commons-pool/download_bcel.cgi" />
+ <item name="Download"
href="https://commons.apache.org/proper/commons-pool/download_pool.cgi" />
<!-- End: For all components. -->
<item name="Examples" href="examples.html" />
</menu>