You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/04/14 11:30:48 UTC

svn commit: r1673395 - /flink/site/.htaccess

Author: mxm
Date: Tue Apr 14 09:30:48 2015
New Revision: 1673395

URL: http://svn.apache.org/r1673395
Log:
fix trailing slash issue for stable and release docs redirects

Modified:
    flink/site/.htaccess

Modified: flink/site/.htaccess
URL: http://svn.apache.org/viewvc/flink/site/.htaccess?rev=1673395&r1=1673394&r2=1673395&view=diff
==============================================================================
--- flink/site/.htaccess (original)
+++ flink/site/.htaccess Tue Apr 14 09:30:48 2015
@@ -4,6 +4,6 @@ RewriteEngine On
 RewriteRule ^/?docs/0.6-incubating/(.*) http://ci.apache.org/projects/flink/flink-docs-release-0.6/$1  [R=301,L,NE]
 RewriteRule ^/?docs/0.7-incubating/(.*) http://ci.apache.org/projects/flink/flink-docs-release-0.7/$1  [R=301,L,NE]
 RewriteRule ^/?docs/0.8/(.*) http://ci.apache.org/projects/flink/flink-docs-release-0.8/$1  [R=301,L,NE]
-RewriteRule ^/?docs/latest(/.*)? http://ci.apache.org/projects/flink/flink-docs-master/$1  [R=301,L,NE]
-RewriteRule ^/?docs/stable(/.*)? http://ci.apache.org/projects/flink/flink-docs-release-0.8/$1  [R=301,L,NE]
+RewriteRule ^/?docs/latest(/.*)? http://ci.apache.org/projects/flink/flink-docs-master$1  [R=301,L,NE]
+RewriteRule ^/?docs/stable(/.*)? http://ci.apache.org/projects/flink/flink-docs-release-0.8$1  [R=301,L,NE]
 RewriteRule ^/?docs/(.*) http://ci.apache.org/projects/flink/flink-docs-master/$1  [R=301,L,NE]