This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new aae570d2d Test rewrite rule
aae570d2d is described below

commit aae570d2def73f85ea7bc9666e29507fb76683d0
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Wed Feb 22 10:17:08 2023 +0100

    Test rewrite rule
---
 content/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/.htaccess b/content/.htaccess
index 2c23844ae..b1202f908 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -17,7 +17,7 @@ RewriteRule ^/?docs/(.*) 
https://nightlies.apache.org/flink/flink-docs-master/$1
 RewriteRule ^news/(\d+)/(\d+)/(\d+)/(.*)$ /posts/$1-$2-$3-$4 [R=301,L]
 
 # English URLs
-RewriteRule ^/flink-architecture.html$ /what-is-flink/flink-architecture/ 
[R=301,L]
+RewriteRule ^/flink\-architecture\.html$ /what-is-flink/flink-architecture/ 
[R=301,L]
 RewriteRule ^/flink-applications.html$ /what-is-flink/flink-applications/ 
[R=301,L]
 RewriteRule ^/flink-operations.html$ /what-is-flink/flink-operations/ [R=301,L]
 RewriteRule ^/usecases.html$ /use-cases/ [R=301,L]

Reply via email to