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

albumenj pushed a commit to branch refactor/next
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/refactor/next by this push:
     new 85955ff860 Update .htaccess
85955ff860 is described below

commit 85955ff86024092ee3d233229a71918fdd17a776
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Feb 4 11:50:26 2023 +0800

    Update .htaccess
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 2510685338..2c8c9fb977 100644
--- a/.htaccess
+++ b/.htaccess
@@ -32,5 +32,5 @@
 
   RewriteRule ^/?faq/?([\w\-/]+)?$ "/en/docs3-v2/java-sdk/faq/$1" [L,R=302]
 
-  RewriteRule ^/?zn/?([\w\-/]+)?$ "/zh-cn/$1" [L,R=302]
+  RewriteRule ^/?zh/?([\w\-/]+)?$ "/zh-cn/$1" [L,R=302]
 </IfModule>

Reply via email to