From fa378413f88054d0a336d675e7280930ddc86cb2 Mon Sep 17 00:00:00 2001 From: YuPengZTE Date: Wed, 19 Oct 2016 17:42:45 +0800 Subject: [PATCH] Fix the typo of URLs Signed-off-by: YuPengZTE --- daemon/graphdriver/devmapper/README.md | 2 +- man/docker-build.1.md | 2 +- pkg/authorization/authz.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/graphdriver/devmapper/README.md b/daemon/graphdriver/devmapper/README.md index 0d5dc9550c..b23bbb107a 100644 --- a/daemon/graphdriver/devmapper/README.md +++ b/daemon/graphdriver/devmapper/README.md @@ -92,5 +92,5 @@ This uses the `dm` prefix and would be used something like `docker daemon --stor These options are currently documented both in [the man page](../../../man/docker.1.md) and in [the online -documentation](https://docs.docker.com/engine/userguide/storagedriver/device-mapper-driver/). +documentation](https://docs.docker.com/engine/reference/commandline/dockerd/#/storage-driver-options). If you add an options, update both the `man` page and the documentation. diff --git a/man/docker-build.1.md b/man/docker-build.1.md index b07061ea91..fb7394e034 100644 --- a/man/docker-build.1.md +++ b/man/docker-build.1.md @@ -203,7 +203,7 @@ Cgroups are created if they do not already exist. Ulimit options For more information about `ulimit` see [Setting ulimits in a -container](https://docs.docker.com/reference/commandline/run/#setting-ulimits-in-a-container) +container](https://docs.docker.com/engine/reference/commandline/run/#set-ulimits-in-container---ulimit) # EXAMPLES diff --git a/pkg/authorization/authz.go b/pkg/authorization/authz.go index 1f960289ad..04eef64b67 100644 --- a/pkg/authorization/authz.go +++ b/pkg/authorization/authz.go @@ -20,7 +20,7 @@ const maxBodySize = 1048576 // 1MB // Authenticate Request: // Call authZ plugins with current REST request and AuthN response // Request contains full HTTP packet sent to the docker daemon -// https://docs.docker.com/reference/api/docker_remote_api/ +// https://docs.docker.com/engine/reference/api/docker_remote_api/ // // Authenticate Response: // Call authZ plugins with full info about current REST request, REST response and AuthN response