From c15cd13384d5531dab5dfd8d5a39496dd5901753 Mon Sep 17 00:00:00 2001 From: toimtoimtoim Date: Tue, 20 Feb 2024 16:59:24 +0200 Subject: [PATCH] Fix link to prometheus middleware --- website/docs/middleware/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/middleware/prometheus.md b/website/docs/middleware/prometheus.md index 639e979a..4929bf3e 100644 --- a/website/docs/middleware/prometheus.md +++ b/website/docs/middleware/prometheus.md @@ -14,7 +14,7 @@ Prometheus middleware generates metrics for HTTP requests. There are 2 versions of Prometheus middleware: -- latest (recommended) https://github.com/labstack/echo-contrib/blob/master/echoprometheus.go +- latest (recommended) https://github.com/labstack/echo-contrib/blob/master/echoprometheus/prometheus.go - old (deprecated) https://github.com/labstack/echo-contrib/blob/master/prometheus/prometheus.go) Migration guide from old to newer middleware can found [here](https://github.com/labstack/echo-contrib/blob/master/echoprometheus/README.md).