Browse code

fix wrong location for network related doc files

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>

lixiaobing10051267 authored on 2016/10/21 12:24:28
Showing 6 changed files
... ...
@@ -98,5 +98,5 @@ You can connect a container to one or more networks. The networks need not be th
98 98
 * [network disconnect](network_disconnect.md)
99 99
 * [network ls](network_ls.md)
100 100
 * [network rm](network_rm.md)
101
-* [Understand Docker container networks](../../userguide/networking/index.md)
102
-* [Work with networks](../../userguide/networking/work-with-networks.md)
101
+* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/)
102
+* [Work with networks](https://docs.docker.com/engine/userguide/networking/work-with-networks/)
... ...
@@ -68,7 +68,7 @@ The `dockerd` options that support the `overlay` network are:
68 68
 * `--cluster-advertise`
69 69
 
70 70
 To read more about these options and how to configure them, see ["*Get started
71
-with multi-host network*"](../../userguide/networking/get-started-overlay.md).
71
+with multi-host network*"](https://docs.docker.com/engine/userguide/networking/get-started-overlay).
72 72
 
73 73
 While not required, it is a good idea to install Docker Swarm to
74 74
 manage the cluster that makes up your network. Swarm provides sophisticated
... ...
@@ -197,4 +197,4 @@ to create an externally isolated `overlay` network, you can specify the
197 197
 * [network disconnect](network_disconnect.md)
198 198
 * [network ls](network_ls.md)
199 199
 * [network rm](network_rm.md)
200
-* [Understand Docker container networks](../../userguide/networking/index.md)
200
+* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/)
... ...
@@ -39,4 +39,4 @@ Disconnects a container from a network. The container must be running to disconn
39 39
 * [network create](network_create.md)
40 40
 * [network ls](network_ls.md)
41 41
 * [network rm](network_rm.md)
42
-* [Understand Docker container networks](../../userguide/networking/index.md)
42
+* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/)
... ...
@@ -128,4 +128,4 @@ $ docker network inspect simple-network
128 128
 * [network create](network_create.md)
129 129
 * [network ls](network_ls.md)
130 130
 * [network rm](network_rm.md)
131
-* [Understand Docker container networks](../../userguide/networking/index.md)
131
+* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/)
... ...
@@ -214,4 +214,4 @@ d1584f8dc718: host
214 214
 * [network create](network_create.md)
215 215
 * [network inspect](network_inspect.md)
216 216
 * [network rm](network_rm.md)
217
-* [Understand Docker container networks](../../userguide/networking/index.md)
217
+* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/)
... ...
@@ -55,4 +55,4 @@ deletion.
55 55
 * [network create](network_create.md)
56 56
 * [network ls](network_ls.md)
57 57
 * [network inspect](network_inspect.md)
58
-* [Understand Docker container networks](../../userguide/networking/index.md)
58
+* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/)