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/10 17:00:16 UTC

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

Author: ctargett
Date: Mon Jun 10 17:00:16 2019
New Revision: 1860966

URL: http://svn.apache.org/viewvc?rev=1860966&view=rev
Log:
Update redirect for 8.0 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=1860966&r1=1860965&r2=1860966&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Mon Jun 10 17:00:16 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/7_7/$1
+RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/8_0/$1
 
 # Solr Tutorial is now in the Solr Ref Guide
 # should redirect automatically to latest version