You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ho...@apache.org on 2021/09/20 02:37:14 UTC

[dubbo-website] branch master updated: Fix telnet error link (#962)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 473c013  Fix telnet error link (#962)
473c013 is described below

commit 473c01303237890bfa7874f42f3169d02bc91675
Author: Wang Chengming <63...@qq.com>
AuthorDate: Mon Sep 20 10:37:09 2021 +0800

    Fix telnet error link (#962)
    
    * fix telnet.md error link
    
    * fix telnet.md error link
---
 content/zh/docs/references/telnet.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh/docs/references/telnet.md b/content/zh/docs/references/telnet.md
index 0ed0e41..ac3dcba 100644
--- a/content/zh/docs/references/telnet.md
+++ b/content/zh/docs/references/telnet.md
@@ -21,11 +21,11 @@ echo status | nc -i 1 localhost 20880
 ```
 
 
-status命令所检查的资源也可以扩展,参见:[扩展参考手册](../../../dev/impls/status-checker)。
+status命令所检查的资源也可以扩展,参见:[扩展参考手册](../../references/spis/status-checker)。
 
 ## 命令
 
-以下展示了 dubbo 内建的 telnet 命令的说明和用法,此外,telnet 命令还支持用户自行扩展,参见:[Telnet 命令扩展](../../../dev/impls/telnet-handler)。
+以下展示了 dubbo 内建的 telnet 命令的说明和用法,此外,telnet 命令还支持用户自行扩展,参见:[Telnet 命令扩展](../../references/spis/telnet-handler)。
 
 ### `ls`