mirror of
https://github.com/containous/traefik.git
synced 2025-08-24 09:49:31 +03:00
Fix error in link description for priority
This commit is contained in:
@ -226,7 +226,7 @@ For example, to change the rule, you could add the label ```traefik.http.routers
|
|||||||
|
|
||||||
??? info "`traefik.http.routers.<router_name>.priority`"
|
??? info "`traefik.http.routers.<router_name>.priority`"
|
||||||
|
|
||||||
See [options](../routers/index.md#priority) for more information.
|
See [priority](../routers/index.md#priority) for more information.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- "traefik.http.routers.myrouter.priority=42"
|
- "traefik.http.routers.myrouter.priority=42"
|
||||||
|
@ -128,7 +128,7 @@ For example, to change the routing rule, you could add the label ```"traefik.htt
|
|||||||
|
|
||||||
??? info "`traefik.http.routers.<router_name>.priority`"
|
??? info "`traefik.http.routers.<router_name>.priority`"
|
||||||
|
|
||||||
See [options](../routers/index.md#priority) for more information.
|
See [priority](../routers/index.md#priority) for more information.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"traefik.http.routers.myrouter.priority": "42"
|
"traefik.http.routers.myrouter.priority": "42"
|
||||||
|
@ -133,7 +133,7 @@ For example, to change the rule, you could add the label ```traefik.http.routers
|
|||||||
|
|
||||||
??? info "`traefik.http.routers.<router_name>.priority`"
|
??? info "`traefik.http.routers.<router_name>.priority`"
|
||||||
|
|
||||||
See [options](../routers/index.md#priority) for more information.
|
See [priority](../routers/index.md#priority) for more information.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- "traefik.http.routers.myrouter.priority=42"
|
- "traefik.http.routers.myrouter.priority=42"
|
||||||
|
Reference in New Issue
Block a user