From 41496e1406b76d414ae8ade76e59ac97cec4080f Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 17 May 2018 03:13:25 +0530 Subject: [PATCH] Fix broken healthcheck link (#5935) --- docs/metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metrics/README.md b/docs/metrics/README.md index 5663dc1d4..18ce4eee3 100644 --- a/docs/metrics/README.md +++ b/docs/metrics/README.md @@ -9,7 +9,7 @@ Minio server has two healthcheck related endpoints, a liveness probe to indicate - Liveness probe available at `/minio/health/live` - Readiness probe available at `/minio/health/ready` -Read more on how to use these endpoints in [Minio healthcheck guide](./healthcheck/README.md). +Read more on how to use these endpoints in [Minio healthcheck guide](https://github.com/minio/minio/blob/master/docs/metrics/healthcheck/README.md). ### Prometheus Probe