Browse code

docs validation fixes

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Sven Dowideit authored on 2016/06/04 06:43:45
Showing 2 changed files
... ...
@@ -91,7 +91,7 @@ membership.
91 91
 If you need to access the Docker daemon remotely, you need to enable the `tcp`
92 92
 Socket. Beware that the default setup provides un-encrypted and
93 93
 un-authenticated direct access to the Docker daemon - and should be secured
94
-either using the [built in HTTPS encrypted socket](../../security/https/), or by
94
+either using the [built in HTTPS encrypted socket](../../security/https.md), or by
95 95
 putting a secure web proxy in front of it. You can listen on port `2375` on all
96 96
 network interfaces with `-H tcp://0.0.0.0:2375`, or on a particular network
97 97
 interface using its IP address: `-H tcp://192.168.59.103:2375`. It is
... ...
@@ -358,7 +358,7 @@ If you run into repeated problems with thin pool, you can use the
358 358
 `dm.min_free_space` option to tune the Engine behavior. This value ensures that
359 359
 operations fail with a warning when the free space is at or near the minimum.
360 360
 For information, see <a
361
-href="../../../reference/commandline/dockerd/#storage-driver-options"
361
+href="../../../reference/commandline/dockerd.md#storage-driver-options"
362 362
 target="_blank">the storage driver options in the Engine daemon reference</a>.
363 363
 
364 364
 
... ...
@@ -658,4 +658,4 @@ data volumes.
658 658
 * [Select a storage driver](selectadriver.md)
659 659
 * [AUFS storage driver in practice](aufs-driver.md)
660 660
 * [Btrfs storage driver in practice](btrfs-driver.md)
661
-* [daemon reference](../../reference/commandline/dockerd#storage-driver-options)
661
+* [daemon reference](../../reference/commandline/dockerd.md#storage-driver-options)