Explorar o código

doc: fix dead link in quick start (#1555)

Signed-off-by: Jiyong Huang <huangjy@emqx.io>

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
ngjaying %!s(int64=2) %!d(string=hai) anos
pai
achega
f8a567cff0

+ 4 - 4
deploy/docker/README.md

@@ -143,10 +143,10 @@ docker run -p 9081:9081 -d --name ekuiper MQTT_SOURCE__DEFAULT__SERVER="$MQTT_BR
    
    ```
 
-3. Publish sensor data to topic ``devices/device_001/messages`` of server ``tcp://broker.emqx.io:1883`` with any [MQTT client tools](https://medium.com/@emqtt/mqtt-client-tools-215ff7a17ad). Below sample uses ``mosquitto_pub``. 
+3. Publish sensor data to topic `devices/device_001/messages` of server `tcp://broker.emqx.io:1883` with any MQTT client such as [MQTT X](https://mqttx.app/).
 
    ```shell
-   # mosquitto_pub -h broker.emqx.io -m '{"temperature": 40, "humidity" : 20}' -t devices/device_001/messages
+   # mqttx pub -h broker.emqx.io -m '{"temperature": 40, "humidity" : 20}' -t devices/device_001/messages
    ```
 
 4. If everything goes well,  you can see the message is print on docker ``bin/kuiper query`` window. Please try to publish another message with ``temperature`` less than 30, and it will be filtered by WHERE condition of the SQL. 
@@ -164,8 +164,8 @@ You can also refer to [eKuiper dashboard documentation](https://github.com/lf-ed
 
 Next for exploring more powerful features of eKuiper? Refer to below for how to apply LF Edge eKuiper in edge and integrate with AWS / Azure IoT cloud.
 
-- [Lightweight edge computing eKuiper and Azure IoT Hub integration solution](https://www.emqx.io/blog/85)   [简体中文](https://www.emqx.io/cn/blog/87)
-- [Lightweight edge computing eKuiper and AWS IoT Hub integration solution](https://www.emqx.io/blog/88)     [简体中文](https://www.emqx.io/cn/blog/94)
+- [Lightweight edge computing eKuiper and Azure IoT Hub integration solution](https://www.emqx.com/en/blog/lightweight-edge-computing-emqx-kuiper-and-azure-iot-hub-integration-solution)
+- [Lightweight edge computing eKuiper and AWS IoT Hub integration solution](https://www.emqx.com/en/blog/lightweight-edge-computing-emqx-kuiper-and-aws-iot-hub-integration-solution)
 
 ### Configuration
 

+ 5 - 5
docs/en_US/quick_start_docker.md

@@ -26,10 +26,10 @@
    
    ```
 
-4. Publish sensor data to topic `devices/device_001/messages` of server `tcp://broker.emqx.io:1883` with any [MQTT client tools](https://medium.com/@emqtt/mqtt-client-tools-215ff7a17ad). Below sample uses `mosquitto_pub`. 
+4. Publish sensor data to topic `devices/device_001/messages` of server `tcp://broker.emqx.io:1883` with any MQTT client such as [MQTT X](https://mqttx.app/).
 
    ```shell
-   # mosquitto_pub -h broker.emqx.io -m '{"temperature": 40, "humidity" : 20}' -t devices/device_001/messages
+   # mqttx pub -h broker.emqx.io -m '{"temperature": 40, "humidity" : 20}' -t devices/device_001/messages
    ```
 
 5. If everything goes well,  you can see the message is print on docker `bin/kuiper query` window. Please try to publish another message with `temperature` less than 30, and it will be filtered by WHERE condition of the SQL. 
@@ -43,9 +43,9 @@
 
 6. To stop the test, just press `ctrl + c` in `bin/kuiper query` command console, or input `exit` and press enter.
 
-You can also refer to [eKuiper dashboard documentation](https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/operation/manager-ui/overview.md) for better using experience.
+You can also refer to [eKuiper dashboard documentation](./operation/manager-ui/overview.md) for better using experience.
 
 Next for exploring more powerful features of eKuiper? Refer to below for how to apply LF Edge eKuiper in edge and integrate with AWS / Azure IoT cloud.
 
-   - [Lightweight edge computing eKuiper and Azure IoT Hub integration solution](https://www.emqx.io/blog/85) 
-   - [Lightweight edge computing eKuiper and AWS IoT Hub integration solution](https://www.emqx.io/blog/88)
+   - [Lightweight edge computing eKuiper and Azure IoT Hub integration solution](https://www.emqx.com/en/blog/lightweight-edge-computing-emqx-kuiper-and-azure-iot-hub-integration-solution) 
+   - [Lightweight edge computing eKuiper and AWS IoT Hub integration solution](https://www.emqx.com/en/blog/lightweight-edge-computing-emqx-kuiper-and-aws-iot-hub-integration-solution)

+ 5 - 5
docs/zh_CN/quick_start_docker.md

@@ -26,10 +26,10 @@
    
    ```
 
-4. 您可以使用任何[ MQTT 客户端工具](https://www.emqx.com/zh/blog/mqtt-client-tools)来发布传感器数据到服务器 `tcp://broker.emqx.io:1883`的主题 `devices/device_001/messages` 。以下例子使用 `mosquitto_pub`。
+4. 您可以使用任何 MQTT 客户端工具,例如 [MQTT X](https://mqttx.app/) 来发布传感器数据到服务器 `tcp://broker.emqx.io:1883`的主题 `devices/device_001/messages` 。
 
    ```shell
-   # mosquitto_pub -h broker.emqx.io -m '{"temperature": 40, "humidity" : 20}' -t devices/device_001/messages
+   # mqttx pub -h broker.emqx.io -m '{"temperature": 40, "humidity" : 20}' -t devices/device_001/messages
    ```
 
 5. 如果一切顺利的话,您可以看到消息打印在容器的 `bin/kuiper query` 窗口里,请试着发布另外一条`温度`小于30的数据,该数据将会被 SQL 规则过滤掉。
@@ -43,9 +43,9 @@
 
 6. 如果想停止测试,在`bin/kuiper query`命令行窗口中敲 `ctrl + c ` ,或者输入 `exit` 后回车
 
-你可以参考 [eKuiper 管理控制台](https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/operation/manager-ui/overview.md) 这篇文章来了解更好的产品使用体验。
+你可以参考 [eKuiper 管理控制台](./operation/manager-ui/overview.md)这篇文章来了解更好的产品使用体验。
 
 想了解更多 LF Edge eKuiper 的功能?请参考以下关于在边缘端使用 LF Edge eKuiper 与 AWS/Azure IoT 云集成的案例。
 
-   - [轻量级边缘计算 LF Edge eKuiper 与 AWS IoT 集成方案](https://www.emqx.cn/blog/lightweight-edge-computing-emqx-kuiper-and-aws-iot-hub-integration-solution)
-   - [轻量级边缘计算 LF Edge eKuiper 与 Azure IoT Hub 集成方案](https://www.emqx.cn/blog/lightweight-edge-computing-emqx-kuiper-and-azure-iot-hub-integration-solution) 
+   - [轻量级边缘计算 LF Edge eKuiper 与 AWS IoT 集成方案](https://www.emqx.com/zh/blog/lightweight-edge-computing-emqx-kuiper-and-aws-iot-hub-integration-solution)
+   - [轻量级边缘计算 LF Edge eKuiper 与 Azure IoT Hub 集成方案](https://www.emqx.com/zh/blog/lightweight-edge-computing-emqx-kuiper-and-azure-iot-hub-integration-solution)