This is an automated email from the ASF dual-hosted git repository.
nmalin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new d460940 Fixed: Download link of OFBiz version 24.09.01
d460940 is described below
commit d4609402a67a5d988ea5ce98a337e39447c3cc55
Author: Nicolas Malin <[email protected]>
AuthorDate: Mon Apr 7 17:40:47 2025 +0200
Fixed: Download link of OFBiz version 24.09.01
---
download.html | 2 +-
template/page/download.tpl.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/download.html b/download.html
index 35a9c1a..3714653 100644
--- a/download.html
+++ b/download.html
@@ -130,7 +130,7 @@
<ul>
<li>
<h2>OFBiz 24.09.01</h2>
- <a
href="https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-24.09.01.zip"
target="external" class="moreLink">→ Download</a>
+ <a
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.01.zip"
target="external" class="moreLink">→ Download</a>
</li>
</ul>
</div>
diff --git a/template/page/download.tpl.php b/template/page/download.tpl.php
index e6d3102..ed1c391 100644
--- a/template/page/download.tpl.php
+++ b/template/page/download.tpl.php
@@ -31,7 +31,7 @@
<ul>
<li>
<h2>OFBiz 24.09.01</h2>
- <a
href="https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-24.09.01.zip"
target="external" class="moreLink">→ Download</a>
+ <a
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.01.zip"
target="external" class="moreLink">→ Download</a>
</li>
</ul>
</div>