From a1fe29347ac4bcc406f53a26062dcd95a9c5c4fe Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Fri, 14 Aug 2020 11:36:05 +0200 Subject: [PATCH] doc: fix dead link. --- docs/content/providers/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/providers/docker.md b/docs/content/providers/docker.md index 35c1ed0b4..a79efd7e6 100644 --- a/docs/content/providers/docker.md +++ b/docs/content/providers/docker.md @@ -199,7 +199,7 @@ Therefore you **must** specify the port to use for communication by using the la Docker Swarm Mode follows the same rules as Docker [API Access](#docker-api-access). As the Swarm API is only exposed on the [manager nodes](https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/#manager-nodes), you should schedule Traefik on the Swarm manager nodes by default, -by deploying Traefik with a [constraint](https://success.docker.com/article/using-contraints-and-labels-to-control-the-placement-of-containers) on the node's "role": +by deploying Traefik with a constraint on the node's "role": ```shell tab="With Docker CLI" docker service create \