From c0260766588ed4c2c82cca2384d8ae30ac10b362 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Fri, 21 Oct 2016 11:24:28 +0800 Subject: [PATCH] fix wrong location for network related doc files Signed-off-by: lixiaobing10051267 --- docs/reference/commandline/network_connect.md | 4 ++-- docs/reference/commandline/network_create.md | 4 ++-- docs/reference/commandline/network_disconnect.md | 2 +- docs/reference/commandline/network_inspect.md | 2 +- docs/reference/commandline/network_ls.md | 2 +- docs/reference/commandline/network_rm.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/reference/commandline/network_connect.md b/docs/reference/commandline/network_connect.md index f3666bc77d..68851f417f 100644 --- a/docs/reference/commandline/network_connect.md +++ b/docs/reference/commandline/network_connect.md @@ -98,5 +98,5 @@ You can connect a container to one or more networks. The networks need not be th * [network disconnect](network_disconnect.md) * [network ls](network_ls.md) * [network rm](network_rm.md) -* [Understand Docker container networks](../../userguide/networking/index.md) -* [Work with networks](../../userguide/networking/work-with-networks.md) +* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/) +* [Work with networks](https://docs.docker.com/engine/userguide/networking/work-with-networks/) diff --git a/docs/reference/commandline/network_create.md b/docs/reference/commandline/network_create.md index 3c0e68f996..03b891914c 100644 --- a/docs/reference/commandline/network_create.md +++ b/docs/reference/commandline/network_create.md @@ -68,7 +68,7 @@ The `dockerd` options that support the `overlay` network are: * `--cluster-advertise` To read more about these options and how to configure them, see ["*Get started -with multi-host network*"](../../userguide/networking/get-started-overlay.md). +with multi-host network*"](https://docs.docker.com/engine/userguide/networking/get-started-overlay). While not required, it is a good idea to install Docker Swarm to 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 * [network disconnect](network_disconnect.md) * [network ls](network_ls.md) * [network rm](network_rm.md) -* [Understand Docker container networks](../../userguide/networking/index.md) +* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/) diff --git a/docs/reference/commandline/network_disconnect.md b/docs/reference/commandline/network_disconnect.md index 3c8e4c6b22..f90ea960e6 100644 --- a/docs/reference/commandline/network_disconnect.md +++ b/docs/reference/commandline/network_disconnect.md @@ -39,4 +39,4 @@ Disconnects a container from a network. The container must be running to disconn * [network create](network_create.md) * [network ls](network_ls.md) * [network rm](network_rm.md) -* [Understand Docker container networks](../../userguide/networking/index.md) +* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/) diff --git a/docs/reference/commandline/network_inspect.md b/docs/reference/commandline/network_inspect.md index e3f0cb5015..c0ffa2e4a1 100644 --- a/docs/reference/commandline/network_inspect.md +++ b/docs/reference/commandline/network_inspect.md @@ -128,4 +128,4 @@ $ docker network inspect simple-network * [network create](network_create.md) * [network ls](network_ls.md) * [network rm](network_rm.md) -* [Understand Docker container networks](../../userguide/networking/index.md) +* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/) diff --git a/docs/reference/commandline/network_ls.md b/docs/reference/commandline/network_ls.md index 8f5ec0efef..a8fc68ca13 100644 --- a/docs/reference/commandline/network_ls.md +++ b/docs/reference/commandline/network_ls.md @@ -214,4 +214,4 @@ d1584f8dc718: host * [network create](network_create.md) * [network inspect](network_inspect.md) * [network rm](network_rm.md) -* [Understand Docker container networks](../../userguide/networking/index.md) +* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/) diff --git a/docs/reference/commandline/network_rm.md b/docs/reference/commandline/network_rm.md index d606b0355d..a806983610 100644 --- a/docs/reference/commandline/network_rm.md +++ b/docs/reference/commandline/network_rm.md @@ -55,4 +55,4 @@ deletion. * [network create](network_create.md) * [network ls](network_ls.md) * [network inspect](network_inspect.md) -* [Understand Docker container networks](../../userguide/networking/index.md) +* [Understand Docker container networks](https://docs.docker.com/engine/userguide/networking/)