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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1546e02  Fix the broken link (#482)
1546e02 is described below

commit 1546e022b5ced550b1e0209d2f0d564904929358
Author: lukairui <[email protected]>
AuthorDate: Thu Oct 28 18:30:43 2021 +0800

    Fix the broken link (#482)
    
    Fix the broken link
---
 site_config/docs2-0-0.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site_config/docs2-0-0.js b/site_config/docs2-0-0.js
index ac7a563..3531a2e 100644
--- a/site_config/docs2-0-0.js
+++ b/site_config/docs2-0-0.js
@@ -468,7 +468,7 @@ export default {
         children: [
           {
             title: '元数据文档',
-            link: '/zh-cn/docs/2.0.0/user_doc/architecture/metadata-1.3.html',
+            link: '/zh-cn/docs/2.0.0/user_doc/architecture/metadata.html',
           },
           {
             title: '架构设计',

Reply via email to