summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Dowideit <SvenDowideit@home.org.au>2016-06-22 12:50:51 +0000
committerSven Dowideit <SvenDowideit@home.org.au>2016-06-22 12:50:51 +0000
commit01f9cbc3663cf134ca427e4f8b98bba637f6655e (patch)
tree94d32f0f9c451f47470f59dc612a74b349a2dc50
parentb2da02dc7e4695dbe42efe25fab0684f3b846b30 (diff)
downloaddocker-linkchecker-updates.tar.gz
Removing some url links that can be resolved using src markdown linkslinkchecker-updates
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
-rw-r--r--docs/admin/formatting.md14
-rw-r--r--docs/extend/plugins_authorization.md2
-rw-r--r--docs/userguide/intro.md4
3 files changed, 10 insertions, 10 deletions
diff --git a/docs/admin/formatting.md b/docs/admin/formatting.md
index d7c764d715..4da2671b6f 100644
--- a/docs/admin/formatting.md
+++ b/docs/admin/formatting.md
@@ -15,13 +15,13 @@ Docker uses [Go templates](https://golang.org/pkg/text/template/) to allow users
of certain commands and log drivers. Each command a driver provides a detailed
list of elements they support in their templates:
-- [Docker Images formatting](https://docs.docker.com/engine/reference/commandline/images/#formatting)
-- [Docker Inspect formatting](https://docs.docker.com/engine/reference/commandline/inspect/#examples)
-- [Docker Log Tag formatting](https://docs.docker.com/engine/admin/logging/log_tags/)
-- [Docker Network Inspect formatting](https://docs.docker.com/engine/reference/commandline/network_inspect/)
-- [Docker PS formatting](https://docs.docker.com/engine/reference/commandline/ps/#formatting)
-- [Docker Volume Inspect formatting](https://docs.docker.com/engine/reference/commandline/volume_inspect/)
-- [Docker Version formatting](https://docs.docker.com/engine/reference/commandline/version/#examples)
+- [Docker Images formatting](../reference/commandline/images.md#formatting)
+- [Docker Inspect formatting](../reference/commandline/inspect.md#examples)
+- [Docker Log Tag formatting](logging/log_tags.md)
+- [Docker Network Inspect formatting](../reference/commandline/network_inspect.md)
+- [Docker PS formatting](../reference/commandline/ps.md#formatting)
+- [Docker Volume Inspect formatting](../reference/commandline/volume_inspect.md)
+- [Docker Version formatting](../reference/commandline/version.md#examples)
## Template functions
diff --git a/docs/extend/plugins_authorization.md b/docs/extend/plugins_authorization.md
index 07840b144d..16e453f86e 100644
--- a/docs/extend/plugins_authorization.md
+++ b/docs/extend/plugins_authorization.md
@@ -51,7 +51,7 @@ respectively.
## Default user authorization mechanism
-If TLS is enabled in the [Docker daemon](https://docs.docker.com/engine/security/https/), the default user authorization flow extracts the user details from the certificate subject name.
+If TLS is enabled in the [Docker daemon](../security/https.md), the default user authorization flow extracts the user details from the certificate subject name.
That is, the `User` field is set to the client certificate subject common name, and the `AuthenticationMethod` field is set to `TLS`.
## Basic architecture
diff --git a/docs/userguide/intro.md b/docs/userguide/intro.md
index 715c3b1330..5e2ef31740 100644
--- a/docs/userguide/intro.md
+++ b/docs/userguide/intro.md
@@ -74,7 +74,7 @@ Docker Hub is the central hub for Docker. It hosts public Docker images
and provides services to help you build and manage your Docker
environment. To learn more:
-Go to [Using Docker Hub](https://docs.docker.com/docker-hub).
+Go to [Using Docker Hub](https://docs.docker.com/docker-hub/).
### Docker Machine
@@ -108,7 +108,7 @@ Go to [Docker Swarm user guide](https://docs.docker.com/swarm/).
* [Docker Hub](https://hub.docker.com)
* [Docker blog](https://blog.docker.com/)
* [Docker documentation](https://docs.docker.com/)
-* [Docker Getting Started Guide](https://docs.docker.com/mac/started/)
+* [Docker Getting Started Guide](../getstarted/index.md)
* [Docker code on GitHub](https://github.com/docker/docker)
* [Docker mailing
list](https://groups.google.com/forum/#!forum/docker-user)