diff --git a/docs/content/middlewares/overview.md b/docs/content/middlewares/overview.md index bcd19d087..d57cd546d 100644 --- a/docs/content/middlewares/overview.md +++ b/docs/content/middlewares/overview.md @@ -135,7 +135,7 @@ If you use multiple `providers` and wish to reference a middleware declared in a | [Buffering](buffering.md) | Buffers the request/response | Request Lifecycle | | [Chain](chain.md) | Combine multiple pieces of middleware | Middleware tool | | [CircuitBreaker](circuitbreaker.md) | Stop calling unhealthy services | Request Lifecycle | -| [Compress](circuitbreaker.md) | Compress the response | Content Modifier | +| [Compress](compress.md) | Compress the response | Content Modifier | | [DigestAuth](digestauth.md) | Adds Digest Authentication | Security, Authentication | | [Errors](errorpages.md) | Define custom error pages | Request Lifecycle | | [ForwardAuth](forwardauth.md) | Authentication delegation | Security, Authentication |