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 2022/05/14 15:31:10 UTC

[iotdb] branch master updated: fix some invalid pic links and move some pics to iotdb-bin-resources (#5908)

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/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 62f86917ed fix some invalid pic links and move some pics to iotdb-bin-resources (#5908)
62f86917ed is described below

commit 62f86917ed645996a5ff0226b2e97a17e650bce4
Author: Haonan <hh...@outlook.com>
AuthorDate: Sat May 14 23:31:03 2022 +0800

    fix some invalid pic links and move some pics to iotdb-bin-resources (#5908)
---
 docs/Development/HowToJoin.md             |   2 +-
 docs/zh/Development/HowToJoin.md          |   2 +-
 integration/README.md                     |  10 +++++-----
 integration/pic/Add_New_Configuration.png | Bin 129654 -> 0 bytes
 integration/pic/Cluster_Category.png      | Bin 175311 -> 0 bytes
 integration/pic/Fork_mode.png             | Bin 188976 -> 0 bytes
 integration/pic/Run(Menu).png             | Bin 99077 -> 0 bytes
 integration/pic/Standalone_Category.png   | Bin 183256 -> 0 bytes
 8 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/Development/HowToJoin.md b/docs/Development/HowToJoin.md
index e0a1df7cd7..3ef4e7f9ab 100644
--- a/docs/Development/HowToJoin.md
+++ b/docs/Development/HowToJoin.md
@@ -41,7 +41,7 @@ After creation, please send an email to the mailing list including **self introd
 
 ## Subscribe WeChat public account
 Scan the QR code to subscribe official public account: Apache IoTDB
-![IoTDB WeChat public account QR](https://img-blog.csdnimg.cn/907f9d614b2f47e3b0c66a7c53bcbd5d.png#pic_left)
+![IoTDB WeChat public account QR](https://user-images.githubusercontent.com/7240743/98633970-73671c00-235d-11eb-9913-f38e570fcfc8.png)
 
 ## Long term considerations
 ### Learn the basic use of IoTDB
diff --git a/docs/zh/Development/HowToJoin.md b/docs/zh/Development/HowToJoin.md
index f75a437450..d877a31540 100644
--- a/docs/zh/Development/HowToJoin.md
+++ b/docs/zh/Development/HowToJoin.md
@@ -41,7 +41,7 @@
 
 ## 关注公众号
 扫码关注官方公众号:Apache IoTDB
-![IoTDB公众号二维码](https://img-blog.csdnimg.cn/907f9d614b2f47e3b0c66a7c53bcbd5d.png#pic_left)
+![IoTDB公众号二维码](https://user-images.githubusercontent.com/7240743/98633970-73671c00-235d-11eb-9913-f38e570fcfc8.png)
 
 ## 长期事项
 ### 学习IoTDB的基本使用
diff --git a/integration/README.md b/integration/README.md
index ca7aafedbc..7f7aa54fd2 100644
--- a/integration/README.md
+++ b/integration/README.md
@@ -45,19 +45,19 @@ mvn clean verify -Dsession.test.skip=true -Diotdb.test.skip=true -Dcluster.test.
 And if you want to run IT in the IDE like IntelliJ, you need to achieve the effect as the `LocalStandalone` profile in maven. Follow Steps 1-4 to achieve it.
 
 - Step 1. Run(Menu) -> Edit Configurations...  
-  ![Run(Menu)](pic/Run(Menu).png)  
+  ![Run(Menu)](https://github.com/apache/iotdb-bin-resources/blob/main/integration/pic/Run(Menu).png?raw=true)  
   
   
 - Step 2. Add New Configuration -> JUnit  
-  ![Add New Configuration](pic/Add_New_Configuration.png)  
+  ![Add New Configuration](https://github.com/apache/iotdb-bin-resources/blob/main/integration/pic/Add_New_Configuration.png?raw=true)  
   
   
 - Step 3. Input some fields as the following picture  
-  ![Standalone Category](pic/Standalone_Category.png)  
+  ![Standalone Category](https://github.com/apache/iotdb-bin-resources/blob/main/integration/pic/Standalone_Category.png?raw=true)  
   
   
 - Step 4. Pay attention to the `Fork mode` in `Modify options`: you need to change `None` to `class` in `Fork mode`  
-  ![Fork mode](pic/Fork_mode.png)  
+  ![Fork mode](https://github.com/apache/iotdb-bin-resources/blob/main/integration/pic/Fork_mode.png?raw=true)  
 
 Integration Testing with Cluster Mode
 -------------------
@@ -80,7 +80,7 @@ mvn clean package -pl integration -am -DskipTests -PCluster
   
   
 - Step 1. You can copy configuration and change some fields as the following picture,
-  ![Cluster Category](pic/Cluster_Category.png)
+  ![Cluster Category](https://github.com/apache/iotdb-bin-resources/blob/main/integration/pic/Cluster_Category.png?raw=true)
   
   
 Integration Testing with Remote Mode
diff --git a/integration/pic/Add_New_Configuration.png b/integration/pic/Add_New_Configuration.png
deleted file mode 100644
index d6b647c6ec..0000000000
Binary files a/integration/pic/Add_New_Configuration.png and /dev/null differ
diff --git a/integration/pic/Cluster_Category.png b/integration/pic/Cluster_Category.png
deleted file mode 100644
index fa2531da01..0000000000
Binary files a/integration/pic/Cluster_Category.png and /dev/null differ
diff --git a/integration/pic/Fork_mode.png b/integration/pic/Fork_mode.png
deleted file mode 100644
index e09e06672d..0000000000
Binary files a/integration/pic/Fork_mode.png and /dev/null differ
diff --git a/integration/pic/Run(Menu).png b/integration/pic/Run(Menu).png
deleted file mode 100644
index d1be472b99..0000000000
Binary files a/integration/pic/Run(Menu).png and /dev/null differ
diff --git a/integration/pic/Standalone_Category.png b/integration/pic/Standalone_Category.png
deleted file mode 100644
index 9c2d947d4b..0000000000
Binary files a/integration/pic/Standalone_Category.png and /dev/null differ