You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/01/25 16:00:41 UTC

[incubator-iotdb] branch doc updated: change url from thulab to apache

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

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


The following commit(s) were added to refs/heads/doc by this push:
     new bce09b4  change url from thulab to apache
bce09b4 is described below

commit bce09b43563f11bfb3b5f5a32a0667e7842c77a1
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Jan 26 00:00:30 2019 +0800

    change url from thulab to apache
---
 docs/Development.md                                   | 6 +++---
 docs/Documentation/Frequently asked questions.md      | 2 +-
 docs/Documentation/QuickStart.md                      | 4 ++--
 docs/Documentation/UserGuideV0.7.0/7-Tools-Grafana.md | 4 ++--
 docs/Documentation/UserGuideV0.7.0/7-Tools-spark.md   | 6 +++---
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/docs/Development.md b/docs/Development.md
index 2b7dd4b..2d1aac5 100644
--- a/docs/Development.md
+++ b/docs/Development.md
@@ -81,7 +81,7 @@ Note that, data correctness/data loss bugs are very serious. Make sure the corre
 #### Cloning source code
 
 ```
-$ git clone git@github.com:thulab/iotdb.git
+$ git clone git@github.com:apache/incubator-iotdb.git
 ```
 Following README.md to test, run or build IoTDB.
 
@@ -120,7 +120,7 @@ Generally, IoTDB uses JIRA to track logical issues, including bugs and improveme
 
 #### Pull Request
 
-1. Fork the Github repository at https://github.com/thulab/iotdb if you haven’t already
+1. Fork the Github repository at https://github.com/apache/incubator-iotdb if you haven’t already
 2. Clone your fork, create a new branch, push commits to the branch.
 3. Consider whether documentation or tests need to be added or updated as part of the change, and add them as needed.
 Run all tests with [How to test](https://github.com/thulab/iotdb/wiki/How-to-test-IoTDB) to verify that the code still compiles, passes tests.
@@ -148,7 +148,7 @@ Run all tests with [How to test](https://github.com/thulab/iotdb/wiki/How-to-tes
 * Sometimes, other changes will be merged which conflict with your pull request’s changes. The PR can’t be merged until the conflict is resolved. This can be resolved by, for example, adding a remote to keep up with upstream changes by 
 
 ```shell
-git remote add upstream git@github.com:thulab/iotdb.git
+git remote add upstream git@github.com:apache/incubator-iotdb.git
 git fetch upstream
 git rebase upstream/master 
 # resolve your conflicts
diff --git a/docs/Documentation/Frequently asked questions.md b/docs/Documentation/Frequently asked questions.md
index 10f7a51..dc9a4be 100644
--- a/docs/Documentation/Frequently asked questions.md	
+++ b/docs/Documentation/Frequently asked questions.md	
@@ -68,7 +68,7 @@ If you are using Linux, you can use the following shell command:
 
 ## Can I use Hadoop and Spark to read TsFile in IoTDB?
 
-Yes. IoTDB has intense integration with Open Source Ecosystem. IoTDB supports [Hadoop](https://github.com/thulab/iotdb/tree/master/hadoop), [Spark](https://github.com/thulab/iotdb/tree/master/spark) and [Grafana](https://github.com/thulab/iotdb/tree/master/grafana) visualization tool.
+Yes. IoTDB has intense integration with Open Source Ecosystem. IoTDB supports [Hadoop](https://github.com/apache/incubator-iotdb/tree/master/hadoop), [Spark](https://github.com/apache/incubator-iotdb/tree/master/spark) and [Grafana](https://github.com/apache/incubator-iotdb/tree/master/grafana) visualization tool.
 
 ## How does IoTDB handle duplicate points?
 
diff --git a/docs/Documentation/QuickStart.md b/docs/Documentation/QuickStart.md
index ef14051..b41b713 100755
--- a/docs/Documentation/QuickStart.md
+++ b/docs/Documentation/QuickStart.md
@@ -22,8 +22,8 @@ To use IoTDB, you need to have:
 
 1. Java >= 1.8 (Please make sure the environment path has been set)
 2. Maven >= 3.0 (If you want to compile and install IoTDB from source code)
-3. TsFile >= 0.7.0 (TsFile Github page: [https://github.com/thulab/tsfile](https://github.com/thulab/tsfile))
-4. IoTDB-JDBC >= 0.7.0 (IoTDB-JDBC Github page: [https://github.com/thulab/iotdb-jdbc](https://github.com/thulab/iotdb-jdbc))
+3. TsFile >= 0.7.0 (TsFile Github page: [https://github.com/apache/incubator-iotdb/tree/master/tsfile](https://github.com/apache/incubator-iotdb/tree/master/tsfile))
+4. IoTDB-JDBC >= 0.7.0 (IoTDB-JDBC Github page: [https://github.com/apache/incubator-iotdb/tree/master/jdbc](https://github.com/apache/incubator-iotdb/tree/master/jdbc))
 
 TODO: TsFile and IoTDB-JDBC dependencies will be removed after the project reconstruct.
 
diff --git a/docs/Documentation/UserGuideV0.7.0/7-Tools-Grafana.md b/docs/Documentation/UserGuideV0.7.0/7-Tools-Grafana.md
index a5fc3f7..f459d2d 100644
--- a/docs/Documentation/UserGuideV0.7.0/7-Tools-Grafana.md
+++ b/docs/Documentation/UserGuideV0.7.0/7-Tools-Grafana.md
@@ -42,12 +42,12 @@ Grafana will auto start after installing, or you can run
 
 ## IoTDB installation
 
-See https://github.com/thulab/iotdb
+See https://github.com/apache/incubator-iotdb
 
 ## IoTDB-Grafana installation
 
 ```shell
-git clone https://github.com/thulab/iotdb.git
+git clone https://github.com/apache/incubator-iotdb.git
 mvn clean package -pl grafana -am -Dmaven.test.skip=true
 cd grafana
 ```
diff --git a/docs/Documentation/UserGuideV0.7.0/7-Tools-spark.md b/docs/Documentation/UserGuideV0.7.0/7-Tools-spark.md
index c43e021..afdfb65 100644
--- a/docs/Documentation/UserGuideV0.7.0/7-Tools-spark.md
+++ b/docs/Documentation/UserGuideV0.7.0/7-Tools-spark.md
@@ -29,7 +29,7 @@ The versions required for Spark and Java are as follow:
 | ------------- | ------------- | ------------ |------- |
 | `2.0+`        | `2.11`        | `1.8`        | `0.7.0`|
 
-> Note: For more information about how to download and use TsFile, please see the following link: https://github.com/thulab/tsfile.git.
+> Note: For more information about how to download and use TsFile, please see the following link: https://github.com/apache/incubator-iotdb/tree/master/tsfile.
 
 ## Quick Start
 
@@ -62,7 +62,7 @@ Note:
 * \<tsfile-version> is the tsfile version.
 * \<connector-version> is the TsFile-Spark-Connector version. Note that, the version of TsFile-Spark-Connector and TsFile should be correspondence.
 * Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/thulab/tsfile.git for how to get TsFile.
+* See https://github.com/apache/incubator-iotdb/tree/master/tsfile for how to get TsFile.
 
 #### 5.2.1.2 Distributed Mode
 
@@ -78,7 +78,7 @@ Note:
 * \<tsfile-version> is the tsfile version.
 * \<connector-version> is the TsFile-Spark-Connector version. Note that, the version of TsFile-Spark-Connector and TsFile should be correspondence.
 * Multiple jar packages are separated by commas without any spaces.
-* See https://github.com/thulab/tsfile.git for how to get TsFile.
+* See https://github.com/apache/incubator-iotdb/tree/master/tsfile for how to get TsFile.
 
 ## Detail: Conversion between TsFile and Spark