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

lhotari pushed a commit to branch asf-site-next
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/asf-site-next by this push:
     new 9592ba24fcc Redirect develop-binary-protocol to 
developing-binary-protocol (#219)
9592ba24fcc is described below

commit 9592ba24fcc842c6238e21783de68bdfe6a89bc1
Author: tison <[email protected]>
AuthorDate: Thu Sep 22 13:44:35 2022 +0800

    Redirect develop-binary-protocol to developing-binary-protocol (#219)
    
    * Redirect develop-binary-protocol to developing-binary-protocol
    
    This closes https://github.com/apache/pulsar/issues/17791
    
    * Apply suggestions from code review
---
 content/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content/.htaccess b/content/.htaccess
index 18dad28be40..42dbc48a331 100755
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -3,3 +3,5 @@ RewriteEngine On
 RewriteRule "^en/(.+)$" "/$1" [R=301,DPI,L]
 RewriteRule "^docs/en/(.+)$" "/docs/$1" [R=301,DPI,L]
 RewriteRule "^docs/(zh-CN|zh-TW|ja|ko|fr)/(.+)$" "/$1/docs/$2" [R=301,DPI,L]
+
+RewriteRule "^docs/(.*)develop-binary-protocol(.*)$" 
"/docs/$1developing-binary-protocol$2" [R=301,DPI,L]

Reply via email to