You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by za...@apache.org on 2020/02/18 07:14:13 UTC

[incubator-tubemq-website] branch master updated: [fix] the docs/img link error

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a770d53  [fix] the docs/img link error
     new bc71a4b  Merge branch 'master' of https://github.com/apache/incubator-tubemq-website
a770d53 is described below

commit a770d532c9558fc0e804fe407878d105fed70d9d
Author: zakwu <za...@tencent.com>
AuthorDate: Tue Feb 18 15:12:52 2020 +0800

    [fix] the docs/img link error
---
 docs/en-us/tubemq_user_guide.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/en-us/tubemq_user_guide.md b/docs/en-us/tubemq_user_guide.md
index 608b321..6062c02 100644
--- a/docs/en-us/tubemq_user_guide.md
+++ b/docs/en-us/tubemq_user_guide.md
@@ -157,7 +157,7 @@ the master service.
 You should be able to access `http://your-master-ip:8080/config/topic_list.htm` to see the
 web GUI now.
 
-![TubeMQ Console GUI](img/tubemq-console-gui.png)
+![TubeMQ Console GUI](./img/tubemq-console-gui.png)
 
 ## Start Broker
 Before we start a broker service, we need to configure it on master web GUI first.
@@ -165,7 +165,7 @@ Before we start a broker service, we need to configure it on master web GUI firs
 Go to the `Broker List` page, click `Add Single Broker`, and input the new broker 
 information.
 
-![Add Broker 1](img/tubemq-add-broker-1.png)
+![Add Broker 1](./img/tubemq-add-broker-1.png)
 
 In this example, we only need to input broker IP and authToken:
 1. broker IP: broker server ip
@@ -174,7 +174,7 @@ In this example, we only need to input broker IP and authToken:
 
 Click the online link to activate the new added broker.
 
-![Add Broker 2](img/tubemq-add-broker-2.png)
+![Add Broker 2](./img/tubemq-add-broker-2.png)
 
 Go to the broker server, under the `bin` folder run this command to start the broker service
 ```bash
@@ -185,31 +185,31 @@ Refresh the GUI broker list page, you can see that the broker now is registered.
 
 After the sub-state of the broker changed to `idle`, we can add topics to that broker.
 
-![Add Broker 3](img/tubemq-add-broker-3.png)
+![Add Broker 3](./img/tubemq-add-broker-3.png)
 
 ## Add Topic
 We can add or manage the cluster topics on the web GUI. To add a new topic, go to the
 topic list page and click the add new topic button
 
-![Add Topic 1](img/tubemq-add-topic-1.png)
+![Add Topic 1](./img/tubemq-add-topic-1.png)
 
 Then select the brokers which you want to deploy the topics to.
 
-![Add Topic 5](img/tubemq-add-topic-5.png)
+![Add Topic 5](./img/tubemq-add-topic-5.png)
 
 We can see the publish and subscribe state of the new added topic is still grey. We need
 to go to the broker list page to reload the broker configuration.
 
-![Add Topic 6](img/tubemq-add-topic-6.png)
+![Add Topic 6](./img/tubemq-add-topic-6.png)
 
-![Add Topic 2](img/tubemq-add-topic-2.png)
+![Add Topic 2](./img/tubemq-add-topic-2.png)
 
 When the broker sub-state changed to idle, go to the topic list page. We can see
 that the topic publish/subscribe state is active now.
 
-![Add Topic 3](img/tubemq-add-topic-3.png)
+![Add Topic 3](./img/tubemq-add-topic-3.png)
 
-![Add Topic 4](img/tubemq-add-topic-4.png)
+![Add Topic 4](./img/tubemq-add-topic-4.png)
 
 Now we can use the topic to send messages.