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 2018/04/05 14:06:38 UTC

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

Author: ctargett
Date: Thu Apr  5 14:06:38 2018
New Revision: 1828436

URL: http://svn.apache.org/viewvc?rev=1828436&view=rev
Log:
Update Ref Guide redirect to go to 7_3

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1828436&r1=1828435&r2=1828436&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Thu Apr  5 14:06:38 2018
@@ -42,7 +42,7 @@ RedirectMatch temp /solr/api$ /solr/api/
 RedirectMatch temp /core/api/(.*) /core/7_3_0/$1
 RedirectMatch temp /solr/api/org/(.*) /solr/7_3_0/solr-core/org/$1
 RedirectMatch temp /solr/api/(.*) /solr/7_3_0/$1
-RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_2/$1
+RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_3/$1
 
 # Solr Tutorial is now in the Solr Ref Guide
 # should redirect automatically to latest version