You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/08/25 22:18:25 UTC

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

Author: mikemccand
Date: Thu Aug 25 22:18:25 2016
New Revision: 1757764

URL: http://svn.apache.org/viewvc?rev=1757764&view=rev
Log:
Redirect docs to Lucene/Solr 6.2.0 release docs

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1757764&r1=1757763&r2=1757764&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Thu Aug 25 22:18:25 2016
@@ -35,9 +35,9 @@ RedirectMatch temp /solr/api$ /solr/api/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/6_1_0/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/6_1_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/6_1_0/$1
+RedirectMatch temp /core/api/(.*) /core/6_2_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/6_2_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/6_2_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html