From e8279afb1a9439b482d9e3a66dcc46f155aa5251 Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Fri, 29 Jul 2016 12:26:51 +0800
Subject: [PATCH] Give the correct link of docker swarm init Signed-off-by:
lixiaobing10051267 Signed-off-by:
lixiaobing10051267
Signed-off-by: lixiaobing10051267
---
docs/swarm/swarm-mode.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/swarm/swarm-mode.md b/docs/swarm/swarm-mode.md
index 387ce904ab..c339d89af2 100644
--- a/docs/swarm/swarm-mode.md
+++ b/docs/swarm/swarm-mode.md
@@ -36,7 +36,7 @@ and try the [swarm mode tutorial](swarm-tutorial/index.md).
When you run the command to create a swarm, the Docker Engine starts running in swarm mode.
-Run [`docker swarm init`](/engine/reference/commandline/swarm_init.md)]
+Run [`docker swarm init`](../reference/commandline/swarm_init.md)
to create a single-node swarm on the current node. The Engine sets up the swarm
as follows: