mirror of
https://github.com/minio/minio.git
synced 2026-06-09 00:42:43 -04:00
Fix broken healthcheck link (#5935)
This commit is contained in:
parent
e6ebcc4cb6
commit
41496e1406
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue