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 3b0a51f46 docs: correct the repo url (#7253)
3b0a51f46 is described below
commit 3b0a51f46ae31fd7b12785d2df5ec4dc5b648b6d
Author: 罗泽轩 <[email protected]>
AuthorDate: Wed Jun 15 10:42:30 2022 +0800
docs: correct the repo url (#7253)
Signed-off-by: spacewander <[email protected]>
---
docs/en/latest/health-check.md | 2 +-
docs/zh/latest/health-check.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/health-check.md b/docs/en/latest/health-check.md
index 850a96e60..3f16d0930 100644
--- a/docs/en/latest/health-check.md
+++ b/docs/en/latest/health-check.md
@@ -23,7 +23,7 @@ title: Health Check
## Health Checks for Upstream
-Health Check of Apache APISIX is based on
[lua-resty-healthcheck](https://github.com/Kong/lua-resty-healthcheck).
+Health Check of Apache APISIX is based on
[lua-resty-healthcheck](https://github.com/api7/lua-resty-healthcheck).
Note:
diff --git a/docs/zh/latest/health-check.md b/docs/zh/latest/health-check.md
index 592218386..3cd1e7789 100644
--- a/docs/zh/latest/health-check.md
+++ b/docs/zh/latest/health-check.md
@@ -23,7 +23,7 @@ title: 健康检查
## Upstream 的健康检查
-Apache APISIX 的健康检查使用
[lua-resty-healthcheck](https://github.com/Kong/lua-resty-healthcheck) 实现。
+Apache APISIX 的健康检查使用
[lua-resty-healthcheck](https://github.com/api7/lua-resty-healthcheck) 实现。
注意: