You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/11/19 12:25:07 UTC

svn commit: r1640528 - in /directory/site/trunk/content: api/gen-docs/.htaccess mavibot/gen-docs/.htaccess

Author: elecharny
Date: Wed Nov 19 11:25:07 2014
New Revision: 1640528

URL: http://svn.apache.org/r1640528
Log:
Added the rewrite rules for the latest revisions

Modified:
    directory/site/trunk/content/api/gen-docs/.htaccess
    directory/site/trunk/content/mavibot/gen-docs/.htaccess

Modified: directory/site/trunk/content/api/gen-docs/.htaccess
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/gen-docs/.htaccess?rev=1640528&r1=1640527&r2=1640528&view=diff
==============================================================================
--- directory/site/trunk/content/api/gen-docs/.htaccess (original)
+++ directory/site/trunk/content/api/gen-docs/.htaccess Wed Nov 19 11:25:07 2014
@@ -2,5 +2,5 @@ RewriteEngine on
 
 RewriteBase /api/gen-docs
 
-RewriteRule ^latest$ 1.0.0-M24/
-RewriteRule ^latest/(.*)$ 1.0.0-M24/$1
+RewriteRule ^latest$ 1.0.0-M25/
+RewriteRule ^latest/(.*)$ 1.0.0-M25/$1

Modified: directory/site/trunk/content/mavibot/gen-docs/.htaccess
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/gen-docs/.htaccess?rev=1640528&r1=1640527&r2=1640528&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/gen-docs/.htaccess (original)
+++ directory/site/trunk/content/mavibot/gen-docs/.htaccess Wed Nov 19 11:25:07 2014
@@ -2,6 +2,5 @@ RewriteEngine on
 
 RewriteBase /mavibot/gen-docs
 
-RewriteRule ^latest$ 1.0.0-M5/
-RewriteRule ^latest/(.*)$ 1.0.0-M5/$1
-
+RewriteRule ^latest$ 1.0.0-M6/
+RewriteRule ^latest/(.*)$ 1.0.0-M6/$1