From ca700dfb339357ec13b81ebaf936a286250e8ff5 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
---
experimental/plugins_graphdriver.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/experimental/plugins_graphdriver.md b/experimental/plugins_graphdriver.md
index de244c41a9..2589ba38be 100644
--- a/experimental/plugins_graphdriver.md
+++ b/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.