You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/04/25 01:54:56 UTC

svn commit: r1330070 - /incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js

Author: kschenk
Date: Tue Apr 24 23:54:56 2012
New Revision: 1330070

URL: http://svn.apache.org/viewvc?rev=1330070&view=rev
Log:
kls -- more...

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js

Modified: incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js?rev=1330070&r1=1330069&r2=1330070&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js Tue Apr 24 23:54:56 2012
@@ -412,7 +412,7 @@ function sourceforge_getLink(version, sc
 function apache_getLink(version, schema) {
 	var mirrorbrain_link = mirrorbrain_getLink(version, schema);
 	apache_link = mirrorbrain_link.replace(MIRROR_MIRRORBRAIN_URL, MIRROR_APACHE_REF) ;
-	return sf_link;
+	return apache_link;
 }