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

hyunkun 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 ed7785b  fix wrong link (#639)
ed7785b is described below

commit ed7785bd6535865bef413d411b0792d66b2a055f
Author: Huang YunKun <hty...@gmail.com>
AuthorDate: Tue Nov 3 20:20:22 2020 +0800

    fix wrong link (#639)
---
 .htaccess     | 4 ++++
 mkdocs_zh.yml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index de7998a..782221f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -28,6 +28,10 @@
   RedirectMatch 301 /en-us/docs/user/(.*).html /en-us/docs/2.7/user/$1
   RedirectMatch 301 /zh-cn/docs/source_code_guide/(.*).html 
/zh-cn/docs/2.7/source_code_guide/$1
   RedirectMatch 301 /en-us/docs/source_code_guide/(.*).html 
/en-us/docs/2.7/source_code_guide/$1
+  RedirectMatch 301 /zh-cn/docs/developers/(.*).html /zh-cn/developers/$1
+  RedirectMatch 301 /en-us/docs/developers/(.*).html /en-us/developers/$1
+  RedirectMatch 301 /zh-cn/blog/(.*).html /zh-cn/blog/$1
+  RedirectMatch 301 /en-us/blog/(.*).html /en-us/blog/$1
 </IfModule>
 
 ErrorDocument 404 https://dubbo.apache.org/
diff --git a/mkdocs_zh.yml b/mkdocs_zh.yml
index 27de55c..3f9bf75 100644
--- a/mkdocs_zh.yml
+++ b/mkdocs_zh.yml
@@ -22,7 +22,7 @@ nav:
               - "XML 配置": 'docs/2.7/user/configuration/xml.md'
               - "API 配置": 'docs/2.7/user/configuration/api.md'
               - "Annotation 配置": 'docs/2.7/user/configuration/annotation.md'
-              - "动态配置中心": 'docs/2.7/user/configuration/annotation.md'
+              - "动态配置中心": 'docs/2.7/user/configuration/config-center.md'
               - "配置加载流程": 
'docs/2.7/user/configuration/configuration-load-process.md'
               - "自动加载环境变量": 
'docs/2.7/user/configuration/environment-variables.md'
           - "示例":

Reply via email to