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/12/30 16:15:40 UTC

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

Author: ctargett
Date: Mon Dec 30 16:15:40 2019
New Revision: 1872120

URL: http://svn.apache.org/viewvc?rev=1872120&view=rev
Log:
Fix Ref Guide version redirect

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1872120&r1=1872119&r2=1872120&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Mon Dec 30 16:15:40 2019
@@ -47,7 +47,7 @@ RedirectMatch temp /solr/api$ /solr/api/
 RedirectMatch temp /core/api/(.*) /core/8_4_0/$1
 RedirectMatch temp /solr/api/org/(.*) /solr/8_4_0/solr-core/org/$1
 RedirectMatch temp /solr/api/(.*) /solr/8_4_0/$1
-RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/8_2/$1
+RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/8_4/$1
 
 # Solr Tutorial is now in the Solr Ref Guide
 # should redirect automatically to latest version