You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2013/03/12 16:03:21 UTC

svn commit: r854139 - in /websites/staging/rave/trunk/content: ./ downloads.html

Author: buildbot
Date: Tue Mar 12 15:03:21 2013
New Revision: 854139

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/downloads.html

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 12 15:03:21 2013
@@ -1 +1 @@
-1455566
+1455567

Modified: websites/staging/rave/trunk/content/downloads.html
==============================================================================
--- websites/staging/rave/trunk/content/downloads.html (original)
+++ websites/staging/rave/trunk/content/downloads.html Tue Mar 12 15:03:21 2013
@@ -154,7 +154,7 @@
       $("#version_label").html(version);
       $("#source_dl").attr('href',rave.downloads.getMirrorUrl(version, "SOURCE"));
       $("#tar_dl").attr('href',rave.downloads.getMirrorUrl(version, "TAR"));
-      $("#zip_dl").attr('href',rave.downloads.gitMirrorUrl(version, "ZIP"));
+      $("#zip_dl").attr('href',rave.downloads.getMirrorUrl(version, "ZIP"));
    }
 
     rave.downloads.renderReleases =function(template, type, data) {