yzeng25 commented on issue #10035: URL: https://github.com/apache/apisix/issues/10035#issuecomment-1685602267
@yuluo-yx , In zh-cn doc, the dead link problem occurs in this page: https://apisix.apache.org/zh/docs/apisix/admin-api/#upstream-body-request-methods  When digging into the link and doc revision history, the `health-check.md` file has been moved out of `admin-api` folder since https://github.com/apache/apisix/pull/8129, which was merged on Oct 25th, 2022. On the other hand, the en-us doc is correct. So then you can raise a pull request to fix the problem in zh-cn doc. Open the `admin-api,md` file under zh-cn path, search for `./admin-api/health-check.md` and replace it with `./admin-api/health-check.md` should fix the problem. To go a step forward, you can global search `./admin-api/health-check.md` and replace it with `./admin-api/health-check.md` in *all* files, so that you can fix the same problem occurs in all docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
