You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/05/15 01:09:44 UTC

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

Author: datcm
Date: Tue May 15 01:09:44 2018
New Revision: 1831601

URL: http://svn.apache.org/viewvc?rev=1831601&view=rev
Log:
Update redirect to latest Javadoc for 7.3.1

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1831601&r1=1831600&r2=1831601&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Tue May 15 01:09:44 2018
@@ -39,9 +39,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/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 /core/api/(.*) /core/7_3_1/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/7_3_1/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/7_3_1/$1
 RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_3/$1
 
 # Solr Tutorial is now in the Solr Ref Guide