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 2014/07/04 10:28:43 UTC

svn commit: r1607794 - /openoffice/ooo-site/trunk/content/download/test/download_other.js

Author: marcus
Date: Fri Jul  4 08:28:42 2014
New Revision: 1607794

URL: http://svn.apache.org/r1607794
Log:
Fixed broken links

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=1607794&r1=1607793&r2=1607794&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_other.js Fri Jul  4 08:28:42 2014
@@ -27,10 +27,10 @@ function write_table( rel_mode ) {
 		var AOO		= "Apache_OpenOffice_";
 		var AOO_SDK	= "Apache_OpenOffice-SDK_";
 		var AOO_SRC	= "/source/apache-openoffice-" + VERSION + "-" + SVN_REV + "-src";
-		var URL_AOO	= SOURCEFORGE;
-		var URL_SDK	= SOURCEFORGE + "SDK/" + AOO_SDK + VERSION;
-		var URL_SRC	= ASF_DIST + AOO_SRC;
-		var URL_HASH	= ASF_DIST;
+		var URL_AOO	= SOURCEFORGE + VERSION + "/binaries/";
+		var URL_SDK	= SOURCEFORGE + VERSION + "/binaries/" + "SDK/" + AOO_SDK + VERSION;
+		var URL_SRC	= ASF_ARC + VERSION + AOO_SRC;
+		var URL_HASH	= ASF_ARC + VERSION;
 
 // Debug: Uncomment to use different base URLs
 /*