You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/07/03 22:04:38 UTC

svn commit: r824271 - in /websites/staging/lucene/trunk/content: ./ .htaccess

Author: buildbot
Date: Tue Jul  3 20:04:37 2012
New Revision: 824271

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/.htaccess

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul  3 20:04:37 2012
@@ -1 +1 @@
-1356901
+1356902

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Tue Jul  3 20:04:37 2012
@@ -19,7 +19,7 @@ RedirectMatch Permanent /solr/issue_trac
 # temporarily redirect all old links to the new 4.0 docs
 # really we should bring back the 3.6.0 docs, at an explicit path, and 
 # have /api redirect to then until 4.0 final comes out.
-RedirectMatch temp /solr/api(.*) /solr/api-4_0_0-ALPHA$1
+RedirectMatch temp /solr/api/(.*) /solr/api-4_0_0-ALPHA/$1
 
 
 # we no longer have a TLP mail.html page use 'core' for now