Browse code

Merge pull request #27535 from YuPengZTE/dev

Fix the typo of URLs

Vincent Demeester authored on 2016/10/20 23:51:50
Showing 3 changed files
... ...
@@ -92,5 +92,5 @@ This uses the `dm` prefix and would be used something like `docker daemon --stor
92 92
 
93 93
 These options are currently documented both in [the man
94 94
 page](../../../man/docker.1.md) and in [the online
95
-documentation](https://docs.docker.com/engine/userguide/storagedriver/device-mapper-driver/).
95
+documentation](https://docs.docker.com/engine/reference/commandline/dockerd/#/storage-driver-options).
96 96
 If you add an options, update both the `man` page and the documentation.
... ...
@@ -203,7 +203,7 @@ Cgroups are created if they do not already exist.
203 203
   Ulimit options
204 204
 
205 205
   For more information about `ulimit` see [Setting ulimits in a 
206
-container](https://docs.docker.com/reference/commandline/run/#setting-ulimits-in-a-container)
206
+container](https://docs.docker.com/engine/reference/commandline/run/#set-ulimits-in-container---ulimit)
207 207
 
208 208
 # EXAMPLES
209 209
 
... ...
@@ -20,7 +20,7 @@ const maxBodySize = 1048576 // 1MB
20 20
 // Authenticate Request:
21 21
 // Call authZ plugins with current REST request and AuthN response
22 22
 // Request contains full HTTP packet sent to the docker daemon
23
-// https://docs.docker.com/reference/api/docker_remote_api/
23
+// https://docs.docker.com/engine/reference/api/docker_remote_api/
24 24
 //
25 25
 // Authenticate Response:
26 26
 // Call authZ plugins with full info about current REST request, REST response and AuthN response