From 46793cc3418207690f7c331fc59a8b956ed8da0a Mon Sep 17 00:00:00 2001 From: zhiyong Date: Wed, 18 Sep 2024 19:14:14 +0800 Subject: [PATCH] docs: fix url \< issue --- docs/zh/14-reference/01-components/03-taosadapter.md | 4 ++-- docs/zh/14-reference/01-components/06-taoskeeper.md | 2 +- docs/zh/14-reference/05-connector/45-php.mdx | 2 +- docs/zh/20-third-party/01-collection/09-emq-broker.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/zh/14-reference/01-components/03-taosadapter.md b/docs/zh/14-reference/01-components/03-taosadapter.md index 443b769dde..a8e8fc3418 100644 --- a/docs/zh/14-reference/01-components/03-taosadapter.md +++ b/docs/zh/14-reference/01-components/03-taosadapter.md @@ -187,8 +187,8 @@ AllowWebSockets - 兼容 InfluxDB v1 写接口 [https://docs.influxdata.com/influxdb/v2.0/reference/api/influxdb-1x/write/](https://docs.influxdata.com/influxdb/v2.0/reference/api/influxdb-1x/write/) - 兼容 OpenTSDB JSON 和 telnet 格式写入 - - \ - - \ + - [http://opentsdb.net/docs/build/html/api_http/put.html](http://opentsdb.net/docs/build/html/api_http/put.html) + - [http://opentsdb.net/docs/build/html/api_telnet/put.html](http://opentsdb.net/docs/build/html/api_telnet/put.html) - 与 collectd 无缝连接。 collectd 是一个系统统计收集守护程序,请访问 [https://collectd.org/](https://collectd.org/) 了解更多信息。 - Seamless connection with StatsD。 diff --git a/docs/zh/14-reference/01-components/06-taoskeeper.md b/docs/zh/14-reference/01-components/06-taoskeeper.md index 6f0684bcbc..c3d22d25f1 100644 --- a/docs/zh/14-reference/01-components/06-taoskeeper.md +++ b/docs/zh/14-reference/01-components/06-taoskeeper.md @@ -194,7 +194,7 @@ Active: inactive (dead) 可以访问 taosKeeper 的 `check_health` 接口来判断服务是否存活,如果服务正常则会返回 HTTP 200 状态码: ``` -$ curl -i http://127.0.0.1:6043/check_health +curl -i http://127.0.0.1:6043/check_health ``` 返回结果: diff --git a/docs/zh/14-reference/05-connector/45-php.mdx b/docs/zh/14-reference/05-connector/45-php.mdx index 0b453218f6..70b3d760fc 100644 --- a/docs/zh/14-reference/05-connector/45-php.mdx +++ b/docs/zh/14-reference/05-connector/45-php.mdx @@ -8,7 +8,7 @@ toc_max_heading_level: 4 PHP 连接器依赖 TDengine 客户端驱动。 -项目地址:\ +项目地址:[https://github.com/Yurunsoft/php-tdengine](https://github.com/Yurunsoft/php-tdengine) TDengine 服务端或客户端安装后,`taos.h` 位于: diff --git a/docs/zh/20-third-party/01-collection/09-emq-broker.md b/docs/zh/20-third-party/01-collection/09-emq-broker.md index 33710384f0..3d920345c1 100644 --- a/docs/zh/20-third-party/01-collection/09-emq-broker.md +++ b/docs/zh/20-third-party/01-collection/09-emq-broker.md @@ -16,7 +16,7 @@ MQTT 是流行的物联网数据传输协议,[EMQX](https://github.com/emqx/em ## 安装并启动 EMQX -用户可以根据当前的操作系统,到 EMQX 官网下载安装包,并执行安装。下载地址如下:\。安装后使用 `sudo emqx start` 或 `sudo systemctl start emqx` 启动 EMQX 服务。 +用户可以根据当前的操作系统,到 [EMQX 官网下载安装包](https://www.emqx.io/zh/downloads),并执行安装。安装后使用 `sudo emqx start` 或 `sudo systemctl start emqx` 启动 EMQX 服务。 注意:本文基于 EMQX v4.4.5 版本,其他版本由于相关配置界面、配置方法以及功能可能随着版本升级有所区别。