From fd4ba585ee2f6d1d0c8bf2ee44bc59c2d06d097d Mon Sep 17 00:00:00 2001 From: Avtion <634134753@qq.com> Date: Mon, 16 Aug 2021 16:08:08 +0800 Subject: [PATCH] fix: an example code error in doc --- docs/content/routing/providers/kv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/routing/providers/kv.md b/docs/content/routing/providers/kv.md index 2276f04df..34ca6d38f 100644 --- a/docs/content/routing/providers/kv.md +++ b/docs/content/routing/providers/kv.md @@ -28,8 +28,8 @@ A Story of key & values | Key (Path) | Value | |-----------------------------------------------|-------------| - | `traefik.http.routers.myrouter.entrypoints/0` | `web` | - | `traefik.http.routers.myrouter.entrypoints/1` | `websecure` | + | `traefik/http/routers/myrouter/entrypoints/0` | `web` | + | `traefik/http/routers/myrouter/entrypoints/1` | `websecure` | ??? info "`traefik/http/routers//middlewares`"