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 2019/12/13 11:18:51 UTC

[incubator-iotdb] branch master updated: [IOTDB-365] Improve the link of confluence in Development-Document.md (#651)

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 f18b9ad  [IOTDB-365] Improve the link of confluence in Development-Document.md (#651)
f18b9ad is described below

commit f18b9ade462d42e11ea3e9be2992b72d85addb6b
Author: Jincheng Sun <su...@gmail.com>
AuthorDate: Fri Dec 13 19:18:41 2019 +0800

    [IOTDB-365] Improve the link of confluence in Development-Document.md (#651)
---
 docs/Development-Contributing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Development-Contributing.md b/docs/Development-Contributing.md
index 24da537..2522c97 100644
--- a/docs/Development-Contributing.md
+++ b/docs/Development-Contributing.md
@@ -148,7 +148,7 @@ Generally, IoTDB uses JIRA to track logical issues, including bugs and improveme
         1. Fix Version. This is assigned by committers only when resolved.
         2. Target Version. This is assigned by committers to indicate a PR has been accepted for possible fix by the target version.
     5. Do not include a patch file; pull requests are used to propose the actual change.
-4. If the change is a large change, consider raising a discussion on it at dev@iotdb.apache.org first before proceeding to implement the change. Currently, we use https://cwiki.apache.org/confluence to store design proposals and release process. Users can also send them there.
+4. If the change is a large change, consider raising a discussion on it at dev@iotdb.apache.org first before proceeding to implement the change. Currently, we use https://cwiki.apache.org/confluence/display/IOTDB to store design proposals and release process. Users can also send them there.
 
 
 #### Pull Request