Author: marcus
Date: Mon Mar 10 19:03:37 2014
New Revision: 1576046
URL: http://svn.apache.org/r1576046
Log:
Adjusted link for Beta release notes
Modified:
openoffice/ooo-site/trunk/content/download/test/download_other.js
Modified: openoffice/ooo-site/trunk/content/download/test/download_other.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_other.js?rev=1576046&r1=1576045&r2=1576046&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_other.js Mon Mar
10 19:03:37 2014
@@ -425,7 +425,8 @@ function write_sdk( rel_mode, URL_SDK, U
document.write( "<td style='text-align: center'><a
href='../development/releases/" + VERSION + ".html' title='Apache OpenOffice
Release Notes'>AOO<br />Release<br />Notes</a></td>" );
} else {
// Beta release mode
- document.write( "<td style='text-align: center'><a
href='../development/releases/" + BETA_VERSION + "_Beta.html' title='Apache
OpenOffice Release Notes'>AOO<br />Release<br />Notes</a></td>" );
+// document.write( "<td style='text-align: center'><a
href='../development/releases/" + BETA_VERSION + "_Beta.html' title='Apache
OpenOffice Release Notes'>AOO<br />Release<br />Notes</a></td>" );
+ document.write( "<td style='text-align: center'><a
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes'>AOO<br
/>Release<br />Notes</a></td>" );
}
document.write( "<td> </td>" );
document.write( "<td style='text-align: center'><a
href='checksums.html' title='How to verify the download with checksums?'>How
to<br />verify the<br />download?</a></td>" );