You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2011/08/05 17:44:24 UTC

svn commit: r1154275 - /incubator/ooo/site/trunk/content/openofficeorg/download/next/index.html

Author: marcus
Date: Fri Aug  5 15:44:24 2011
New Revision: 1154275

URL: http://svn.apache.org/viewvc?rev=1154275&view=rev
Log:
Corrected broken link

Modified:
    incubator/ooo/site/trunk/content/openofficeorg/download/next/index.html

Modified: incubator/ooo/site/trunk/content/openofficeorg/download/next/index.html
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/download/next/index.html?rev=1154275&r1=1154274&r2=1154275&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/download/next/index.html (original)
+++ incubator/ooo/site/trunk/content/openofficeorg/download/next/index.html Fri Aug  5 15:44:24 2011
@@ -156,9 +156,9 @@
 	if ( BETA_ACTIVE == 1 ) {
 		document.write( "<h2>OOo " + BETA_NAME + BETA_NUMBER + "</h2>"
 		+ "<ul>"
-			+ "<li><a href='../all_rc.html#beta' title='OOo " + BETA_NAME + BETA_NUMBER + " full installation sets and language packs'>"
+			+ "<li><a href='../all_beta.html#beta' title='OOo " + BETA_NAME + BETA_NUMBER + " full installation sets and language packs'>"
 			+ "Full installation sets and language packs</a></li>"
-			+ "<li><a href='../all_rc.html#sdk' title='OOo "  + BETA_NAME + BETA_NUMBER + " SDK and source tarballs'>"
+			+ "<li><a href='../all_beta.html#sdk' title='OOo "  + BETA_NAME + BETA_NUMBER + " SDK and source tarballs'>"
 			+ "SDK and source tarballs</a></li>"
 		+ "</ul>" );
 	}