From e148b77b833b767f850349e0cac29960f297dd37 Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Wed, 7 Dec 2016 15:06:16 +0800
Subject: [PATCH] modify URLs for bind docker in docs/api
Signed-off-by: lixiaobing10051267
Upstream-commit: 9c76fb253ecc53cc54d196a4460d8e1d91c1683d
Component: engine
---
components/engine/docs/api/v1.18.md | 2 +-
components/engine/docs/api/v1.19.md | 2 +-
components/engine/docs/api/v1.20.md | 2 +-
components/engine/docs/api/v1.21.md | 2 +-
components/engine/docs/api/v1.22.md | 2 +-
components/engine/docs/api/v1.23.md | 2 +-
components/engine/docs/api/v1.24.md | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/components/engine/docs/api/v1.18.md b/components/engine/docs/api/v1.18.md
index df063c20bc..ec61ad7429 100644
--- a/components/engine/docs/api/v1.18.md
+++ b/components/engine/docs/api/v1.18.md
@@ -19,7 +19,7 @@ redirect_from:
## 1. Brief introduction
- The daemon listens on `unix:///var/run/docker.sock` but you can
- [Bind Docker to another host/port or a Unix socket](../commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
+ [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
- The API tends to be REST, but for some complex commands, like `attach`
or `pull`, the HTTP connection is hijacked to transport `STDOUT`,
`STDIN` and `STDERR`.
diff --git a/components/engine/docs/api/v1.19.md b/components/engine/docs/api/v1.19.md
index d22c158d89..f8d9e41ad5 100644
--- a/components/engine/docs/api/v1.19.md
+++ b/components/engine/docs/api/v1.19.md
@@ -19,7 +19,7 @@ redirect_from:
## 1. Brief introduction
- The daemon listens on `unix:///var/run/docker.sock` but you can
- [Bind Docker to another host/port or a Unix socket](../commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
+ [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
- The API tends to be REST. However, for some complex commands, like `attach`
or `pull`, the HTTP connection is hijacked to transport `stdout`,
`stdin` and `stderr`.
diff --git a/components/engine/docs/api/v1.20.md b/components/engine/docs/api/v1.20.md
index ab83b3eca1..aeb8f665b3 100644
--- a/components/engine/docs/api/v1.20.md
+++ b/components/engine/docs/api/v1.20.md
@@ -19,7 +19,7 @@ redirect_from:
## 1. Brief introduction
- The daemon listens on `unix:///var/run/docker.sock` but you can
- [Bind Docker to another host/port or a Unix socket](../commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
+ [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
- The API tends to be REST. However, for some complex commands, like `attach`
or `pull`, the HTTP connection is hijacked to transport `stdout`,
`stdin` and `stderr`.
diff --git a/components/engine/docs/api/v1.21.md b/components/engine/docs/api/v1.21.md
index 3ab8ac0c9e..346391e5c7 100644
--- a/components/engine/docs/api/v1.21.md
+++ b/components/engine/docs/api/v1.21.md
@@ -19,7 +19,7 @@ redirect_from:
## 1. Brief introduction
- The daemon listens on `unix:///var/run/docker.sock` but you can
- [Bind Docker to another host/port or a Unix socket](../commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
+ [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
- The API tends to be REST. However, for some complex commands, like `attach`
or `pull`, the HTTP connection is hijacked to transport `stdout`,
`stdin` and `stderr`.
diff --git a/components/engine/docs/api/v1.22.md b/components/engine/docs/api/v1.22.md
index 943224cabd..916074601b 100644
--- a/components/engine/docs/api/v1.22.md
+++ b/components/engine/docs/api/v1.22.md
@@ -19,7 +19,7 @@ redirect_from:
## 1. Brief introduction
- The daemon listens on `unix:///var/run/docker.sock` but you can
- [Bind Docker to another host/port or a Unix socket](../commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
+ [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
- The API tends to be REST. However, for some complex commands, like `attach`
or `pull`, the HTTP connection is hijacked to transport `stdout`,
`stdin` and `stderr`.
diff --git a/components/engine/docs/api/v1.23.md b/components/engine/docs/api/v1.23.md
index d8c39b39e1..0b8a529672 100644
--- a/components/engine/docs/api/v1.23.md
+++ b/components/engine/docs/api/v1.23.md
@@ -19,7 +19,7 @@ redirect_from:
## 1. Brief introduction
- The daemon listens on `unix:///var/run/docker.sock` but you can
- [Bind Docker to another host/port or a Unix socket](../commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
+ [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
- The API tends to be REST. However, for some complex commands, like `attach`
or `pull`, the HTTP connection is hijacked to transport `stdout`,
`stdin` and `stderr`.
diff --git a/components/engine/docs/api/v1.24.md b/components/engine/docs/api/v1.24.md
index b735e01d73..c31f83814b 100644
--- a/components/engine/docs/api/v1.24.md
+++ b/components/engine/docs/api/v1.24.md
@@ -19,7 +19,7 @@ redirect_from:
## 1. Brief introduction
- The daemon listens on `unix:///var/run/docker.sock` but you can
- [Bind Docker to another host/port or a Unix socket](../commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
+ [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
- The API tends to be REST. However, for some complex commands, like `attach`
or `pull`, the HTTP connection is hijacked to transport `stdout`,
`stdin` and `stderr`.