From bb7b3b27e994c9301c2d5935982476daffb7b450 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Tue, 29 Nov 2016 21:04:03 +0800 Subject: [PATCH] Give the correct location for plugin documentation Signed-off-by: lixiaobing10051267 Upstream-commit: 4b9604381a2101c085119f16140544fc413c2958 Component: engine --- components/engine/experimental/plugins_graphdriver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/experimental/plugins_graphdriver.md b/components/engine/experimental/plugins_graphdriver.md index de244c41a9..2589ba38be 100644 --- a/components/engine/experimental/plugins_graphdriver.md +++ b/components/engine/experimental/plugins_graphdriver.md @@ -10,7 +10,7 @@ being started. # Write a graph driver plugin -See the [plugin documentation](/docs/extend/index.md) for detailed information +See the [plugin documentation](https://docs.docker.com/engine/extend/) for detailed information on the underlying plugin protocol.