You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/02/04 05:12:12 UTC

[apisix] branch master updated: docs: fix control-api.md link (#3511)

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

spacewander 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 e094ac7  docs: fix control-api.md link (#3511)
e094ac7 is described below

commit e094ac705abbc586364d9cb47086d0dd66488bed
Author: John Bampton <jb...@users.noreply.github.com>
AuthorDate: Thu Feb 4 15:12:02 2021 +1000

    docs: fix control-api.md link (#3511)
    
    fixes #3507
---
 doc/zh-cn/health-check.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/zh-cn/health-check.md b/doc/zh-cn/health-check.md
index 15bea36..61563b5 100644
--- a/doc/zh-cn/health-check.md
+++ b/doc/zh-cn/health-check.md
@@ -109,4 +109,4 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f13
     * `passive.unhealthy.timeouts`: 如果被动健康检查超时次数超过 `timeouts` 次,则将upstream节点设置为 `unhealthy` 状态。
     * `passive.unhealthy.http_failures`: 如果被动健康检查的HTTP请求失败(由 `passive.unhealthy.http_statuses` 定义)的次数超过 `http_failures`次,则将upstream节点设置为 `unhealthy` 状态。
 
-健康检查信息可以通过 [控制接口](./control_api.md) 中的 `GET /v1/healthcheck` 接口得到。
+健康检查信息可以通过 [控制接口](../control-api.md) 中的 `GET /v1/healthcheck` 接口得到。