You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sy...@apache.org on 2022/08/16 14:55:06 UTC

[apisix] branch master updated: docs: update stream-proxy.md test case link (#7665)

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

sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new b75586817 docs: update stream-proxy.md test case link (#7665)
b75586817 is described below

commit b75586817a13fb43096f3701d032b9507e9cfc54
Author: Xiaobo Liu <cp...@gmail.com>
AuthorDate: Tue Aug 16 22:54:57 2022 +0800

    docs: update stream-proxy.md test case link (#7665)
---
 docs/zh/latest/stream-proxy.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/stream-proxy.md b/docs/zh/latest/stream-proxy.md
index f2b330ce5..832fd9f3b 100644
--- a/docs/zh/latest/stream-proxy.md
+++ b/docs/zh/latest/stream-proxy.md
@@ -71,7 +71,7 @@ curl http://127.0.0.1:9080/apisix/admin/stream_routes/1 -H 'X-API-KEY: edd1c9f03
 ```
 
 例子中 APISIX 对客户端 IP 为 `127.0.0.1` 的请求代理转发到上游主机 `127.0.0.1:1995`。
-更多用例,请参照 [test case](../../../t/stream-node/sanity.t)。
+更多用例,请参照 [test case](https://github.com/apache/apisix/blob/master/t/stream-node/sanity.t)。
 
 ## 更多 route 匹配选项