You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2019/06/18 20:43:39 UTC

svn commit: r1861603 - /lucene/cms/trunk/content/.htaccess

Author: ctargett
Date: Tue Jun 18 20:43:39 2019
New Revision: 1861603

URL: http://svn.apache.org/viewvc?rev=1861603&view=rev
Log:
Update redirect for 8.1 ref guide

Modified:
    lucene/cms/trunk/content/.htaccess

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1861603&r1=1861602&r2=1861603&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Tue Jun 18 20:43:39 2019
@@ -47,7 +47,7 @@ RedirectMatch temp /solr/api$ /solr/api/
 RedirectMatch temp /core/api/(.*) /core/8_1_1/$1
 RedirectMatch temp /solr/api/org/(.*) /solr/8_1_1/solr-core/org/$1
 RedirectMatch temp /solr/api/(.*) /solr/8_1_1/$1
-RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/8_0/$1
+RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/8_1/$1
 
 # Solr Tutorial is now in the Solr Ref Guide
 # should redirect automatically to latest version