This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new b597eef436 [fix](doc)description of check_rpc_channel api in http-actions-be (#21568) b597eef436 is described below commit b597eef43610aef1b6f9fcfa8dae47118cadaf5a Author: jayhua <zhbin...@vip.qq.com> AuthorDate: Thu Jul 27 16:09:20 2023 +0800 [fix](doc)description of check_rpc_channel api in http-actions-be (#21568) --- docs/en/docs/admin-manual/http-actions/be/check-rpc-channel.md | 2 +- docs/zh-CN/docs/admin-manual/http-actions/be/check-rpc-channel.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/admin-manual/http-actions/be/check-rpc-channel.md b/docs/en/docs/admin-manual/http-actions/be/check-rpc-channel.md index 995c841e6d..caed50e769 100644 --- a/docs/en/docs/admin-manual/http-actions/be/check-rpc-channel.md +++ b/docs/en/docs/admin-manual/http-actions/be/check-rpc-channel.md @@ -66,6 +66,6 @@ None ``` - curl http://127.0.0.1:8040/api/be_version_info/127.0.0.1/8888/1024000 + curl http://127.0.0.1:8040/api/check_rpc_channel/127.0.0.1/8060/1024000 ``` diff --git a/docs/zh-CN/docs/admin-manual/http-actions/be/check-rpc-channel.md b/docs/zh-CN/docs/admin-manual/http-actions/be/check-rpc-channel.md index 7a372b4592..5a796a6a14 100644 --- a/docs/zh-CN/docs/admin-manual/http-actions/be/check-rpc-channel.md +++ b/docs/zh-CN/docs/admin-manual/http-actions/be/check-rpc-channel.md @@ -66,6 +66,6 @@ under the License. ``` - curl http://127.0.0.1:8040/api/be_version_info/127.0.0.1/8888/1024000 + curl http://127.0.0.1:8040/api/check_rpc_channel/127.0.0.1/8060/1024000 ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org