Browse code

Merge pull request #25205 from lixiaobing10051267/masterPath

Give the correct link of docker swarm init
(cherry picked from commit 93fea86d1da9088899481519412070e2207cfd40)

Charles Smith authored on 2016/08/02 03:34:54
Showing 1 changed files
... ...
@@ -36,7 +36,7 @@ and try the [swarm mode tutorial](swarm-tutorial/index.md).
36 36
 
37 37
 When you run the command to create a swarm, the Docker Engine starts running in swarm mode.
38 38
 
39
-Run [`docker swarm init`](/engine/reference/commandline/swarm_init.md)]
39
+Run [`docker swarm init`](../reference/commandline/swarm_init.md)
40 40
 to create a single-node swarm on the current node. The Engine sets up the swarm
41 41
 as follows:
42 42