From 5eebd04d43e18b01c70a72e2e2cf630d6e6c3ca4 Mon Sep 17 00:00:00 2001 From: tvrg <39494325+tvrg@users.noreply.github.com> Date: Thu, 9 Jan 2020 16:34:05 +0100 Subject: [PATCH] Fix typo in docker routing documentation --- docs/content/routing/providers/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/routing/providers/docker.md b/docs/content/routing/providers/docker.md index a111a3d21..f9b417eea 100644 --- a/docs/content/routing/providers/docker.md +++ b/docs/content/routing/providers/docker.md @@ -178,7 +178,7 @@ For example, to change the rule, you could add the label ```traefik.http.routers ??? info "`traefik.http.routers..service`" - See [rule](../routers/index.md#service) for more information. + See [service](../routers/index.md#service) for more information. ```yaml - "traefik.http.routers.myrouter.service=myservice"