You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/07/09 13:25:40 UTC

[incubator-iotdb] branch master updated: Update config.js

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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 212a6df  Update config.js
212a6df is described below

commit 212a6dff577dcba5acb92854de3dfe2fc1eec043
Author: Sail <37...@users.noreply.github.com>
AuthorDate: Wed Jul 8 18:22:54 2020 +0800

    Update config.js
---
 site/src/main/.vuepress/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index e135026..56d5f9b 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -629,8 +629,8 @@ var config = {
 					text: '开发',
 					items: [
 					  { text: '如何投票', link: '/zh/Development/VoteRelease'},
-					  { text: '如何提交代码', link: '/Development/HowToCommit'},
-					  { text: '成为Committer', link: '/Development/Committer'},
+					  { text: '如何提交代码', link: '/zh/Development/HowToCommit'},
+					  { text: '成为Committer', link: '/zh/Development/Committer'},
 					  { text: '项目开发指南', link: '/zh/Development/ContributeGuide'},
 					  { text: 'TsFile的更改列表', link: '/zh/Development/format-changelist'},
 					  { text: 'RPC变更清单', link: '/zh/Development/rpc-changelist'},