You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2015/08/21 13:03:05 UTC

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

Author: noble
Date: Fri Aug 21 11:03:05 2015
New Revision: 1696933

URL: http://svn.apache.org/r1696933
Log:
point javadocs to 5_3_0

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

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1696933&r1=1696932&r2=1696933&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Fri Aug 21 11:03:05 2015
@@ -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/5_2_0/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/5_2_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/5_2_0/$1
+RedirectMatch temp /core/api/(.*) /core/5_3_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/5_3_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/5_3_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html