This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch next-asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/next-asf-site by this push:
new 00a1a78bb8 deploy: 2d491bea0ec0631620dc25bc5a6eb1a1f5b9743b
00a1a78bb8 is described below
commit 00a1a78bb85cda6051b6f353049d90ff59c7a710
Author: AlbumenJ <[email protected]>
AuthorDate: Sat Feb 4 04:07:18 2023 +0000
deploy: 2d491bea0ec0631620dc25bc5a6eb1a1f5b9743b
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 5fbc558598..e6123d81d5 100644
--- a/.htaccess
+++ b/.htaccess
@@ -33,5 +33,5 @@
RewriteRule ^/?faq/?([\w\-/]+)?$ "/en/docs3-v2/java-sdk/faq/$1" [L,R=302]
- RewriteRule ^/?zh/?([\w\-/]+)?$ "/zh-cn/$1" [L,R=302]
+ RewriteRule ^/?zh/([\w\-/]+)?$ "/zh-cn/$1" [L,R=302]
</IfModule>