Преглед изворни кода

Fix the typo of URLs

Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
YuPengZTE пре 8 година
родитељ
комит
fa378413f8
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      daemon/graphdriver/devmapper/README.md
  2. 1 1
      man/docker-build.1.md
  3. 1 1
      pkg/authorization/authz.go

+ 1 - 1
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.

+ 1 - 1
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
 

+ 1 - 1
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