diff --git a/docs/content/routing/providers/docker.md b/docs/content/routing/providers/docker.md index b3b63a997..7af257d6b 100644 --- a/docs/content/routing/providers/docker.md +++ b/docs/content/routing/providers/docker.md @@ -226,7 +226,7 @@ For example, to change the rule, you could add the label ```traefik.http.routers ??? info "`traefik.http.routers..priority`" - See [options](../routers/index.md#priority) for more information. + See [priority](../routers/index.md#priority) for more information. ```yaml - "traefik.http.routers.myrouter.priority=42" diff --git a/docs/content/routing/providers/marathon.md b/docs/content/routing/providers/marathon.md index 72881f156..f8a50ac5f 100644 --- a/docs/content/routing/providers/marathon.md +++ b/docs/content/routing/providers/marathon.md @@ -128,7 +128,7 @@ For example, to change the routing rule, you could add the label ```"traefik.htt ??? info "`traefik.http.routers..priority`" - See [options](../routers/index.md#priority) for more information. + See [priority](../routers/index.md#priority) for more information. ```json "traefik.http.routers.myrouter.priority": "42" diff --git a/docs/content/routing/providers/rancher.md b/docs/content/routing/providers/rancher.md index d523221f8..f8255b0ac 100644 --- a/docs/content/routing/providers/rancher.md +++ b/docs/content/routing/providers/rancher.md @@ -133,7 +133,7 @@ For example, to change the rule, you could add the label ```traefik.http.routers ??? info "`traefik.http.routers..priority`" - See [options](../routers/index.md#priority) for more information. + See [priority](../routers/index.md#priority) for more information. ```yaml - "traefik.http.routers.myrouter.priority=42"