From ab0713d5872d9148e34e84f88a67865e6f4a11f9 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Fri, 22 Nov 2024 09:44:04 +0100 Subject: [PATCH] Fix incorrect links in v3 migration sections --- docs/content/migration/v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/migration/v3.md b/docs/content/migration/v3.md index 9f6aed502..703524173 100644 --- a/docs/content/migration/v3.md +++ b/docs/content/migration/v3.md @@ -80,7 +80,7 @@ Please use the `disableClusterScopeResources` option instead to avoid cluster sc ### Kubernetes CRD Provider -Starting with v3.2, the CRDs has been updated on [TraefikService](../routing/services#mirroring-service) (PR [#11032](https://github.com/traefik/traefik/pull/11032)), on [RateLimit](../middlewares/http/ratelimit) & [InFlightReq](../middlewares/http/inflightreq) middlewares (PR [#9747](https://github.com/traefik/traefik/pull/9747)) and on [Compress](../middlewares/http/compress) middleware (PR [#10943](https://github.com/traefik/traefik/pull/10943)). +Starting with v3.2, the CRDs has been updated on [TraefikService](../../routing/services#mirroring-service) (PR [#11032](https://github.com/traefik/traefik/pull/11032)), on [RateLimit](../../middlewares/http/ratelimit) & [InFlightReq](../../middlewares/http/inflightreq) middlewares (PR [#9747](https://github.com/traefik/traefik/pull/9747)) and on [Compress](../../middlewares/http/compress) middleware (PR [#10943](https://github.com/traefik/traefik/pull/10943)). This update adds only new optional fields. CRDs can be updated with this command: