You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by mo...@apache.org on 2023/05/07 10:56:32 UTC

[apisix] branch release/3.2 updated: docs: remove unused access links (#9119)

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

monkeydluffy pushed a commit to branch release/3.2
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/3.2 by this push:
     new 0650e0254 docs: remove unused access links (#9119)
0650e0254 is described below

commit 0650e025423e85098542a0784d01ceae0a6e7e38
Author: Kevin <71...@users.noreply.github.com>
AuthorDate: Sun May 7 18:56:25 2023 +0800

    docs: remove unused access links (#9119)
    
    Remove unused access links.
---
 docs/zh/latest/tutorials/observe-your-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/tutorials/observe-your-api.md b/docs/zh/latest/tutorials/observe-your-api.md
index 1447a429c..81c086910 100644
--- a/docs/zh/latest/tutorials/observe-your-api.md
+++ b/docs/zh/latest/tutorials/observe-your-api.md
@@ -98,7 +98,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \
 curl -i http://127.0.0.1:9080/get
 ```
 
-请求成功后,你可以单击[模拟服务器链接](http://mockbin.org/bin/5451b7cd-af27-41b8-8df1-282ffea13a61/log)查看访问日志。
+请求成功后,你可以单击`View History` 查看访问日志。
 
 ![http-logger-plugin-test-screenshot](https://static.apiseven.com/2022/09/14/6321d1d83eb7a.png)