From c3e7814d331b1d9475bd6a6e6b2be133dac5bcec Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 13 May 2021 22:25:14 -0500 Subject: [PATCH] fix metrics doc link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da99f1b..338eaf2 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ Optional, can be turned on with `--mgmt.enabled`. Exposes 2 endpoints on `mgmt.l - `GET /routes` - list of all discovered routes - `GET /metrics` - returns prometheus metrics (`http_requests_total`, `response_status` and `http_response_time_seconds`) -_see also [examples/metrics](https://github.com/umputun/reproxy/examples/metrics)_ +_see also [examples/metrics](https://github.com/umputun/reproxy/tree/master/examples/metrics)_ ## Errors reporting