You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/07/15 07:15:54 UTC

[dubbo-website] branch master updated: Fix en jump

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

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


The following commit(s) were added to refs/heads/master by this push:
     new acdc1f5d5e Fix en jump
acdc1f5d5e is described below

commit acdc1f5d5e902d18bf230c88a19fd8904685dd49
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Fri Jul 15 15:15:50 2022 +0800

    Fix en jump
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 347f3d1f3e..b869b030c7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -25,7 +25,7 @@
   RewriteCond "%{HTTP:Accept-Language}" ^zh [NC]
   RewriteRule ^/?faq/?([\w\-/]+)?$ "/zh/docs3-building/java-sdk/faq/$1" [L,R=302]
 
-  RewriteRule ^/?faq/?([\w\-/]+)?$ "/zh/docs3-building/java-sdk/faq/$1" [L,R=302]
+  RewriteRule ^/?faq/?([\w\-/]+)?$ "/en/docs/java-sdk/faq/$1" [L,R=302]
 
   RewriteCond "%{HTTP:Accept-Language}" ^zh [NC]
   RewriteRule ^/?([\w\-]+)\.html$ "/zh/$1.html" [L,R=302]