Author: julianfoad
Date: Wed Sep 11 10:53:50 2019
New Revision: 1866789
URL: http://svn.apache.org/viewvc?rev=1866789&view=rev
Log:
* publish/site-nav.html
Move 'binary packages' above 'source download' as a tiny recognition of
what I suppose are the most common needs.
Modified:
subversion/site/publish/site-nav.html
Modified: subversion/site/publish/site-nav.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/site-nav.html?rev=1866789&r1=1866788&r2=1866789&view=diff
==============================================================================
--- subversion/site/publish/site-nav.html (original)
+++ subversion/site/publish/site-nav.html Wed Sep 11 10:53:50 2019
@@ -20,8 +20,8 @@
release when the email announcement is less than 24 hours after
the upload to /dist/release, in order to prevent offering mirrors
that don't carry the just-released artifacts. -->
- <li><a href="/download.cgi">Source Download</a></li>
<li><a href="/packages.html">Binary Packages</a></li>
+ <li><a href="/download.cgi">Source Download</a></li>
<li><a href="/docs/release-notes/">Release Notes</a></li>
</ul>
</li>