Skip to content

Commit dd70d23

Browse files
committed
[MNG-8401] Reference global Maven download page
Otherwise the ASF default template is used due to global redirects from */downloads.html -> */downloads.cgi (in https://svn.apache.org/repos/asf/maven/website/content/.htaccess) -> /var/www/dyn/closer.lua (in https://github.com/apache/infrastructure-p6/blob/0a8ee96efb418bb75a4256dd331085471211dfd5/modules/closer_cgi/files/closer-cgi.conf#L6C21-L6C44) The ASF default template does not work for the Maven Website (maven.apache.org)
1 parent 01e4725 commit dd70d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ under the License.
4343
<item name="Source Xref" href="xref/index.html"/>
4444
<!--item name="FAQ" href="faq.html"/-->
4545
<item name="License" href="http://www.apache.org/licenses/"/>
46-
<item name="Download" href="/download.html"/>
46+
<item name="Download" href="../../download.cgi"/>
4747
</menu>
4848

4949
<menu inherit="bottom" name="Descriptors Reference">

0 commit comments

Comments
 (0)