docs validation fixes
(cherry picked from commit da703f026e0793e4caf349487f63a7c1ab09d1c3)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -88,7 +88,7 @@ membership. |
| 88 | 88 |
If you need to access the Docker daemon remotely, you need to enable the `tcp` |
| 89 | 89 |
Socket. Beware that the default setup provides un-encrypted and |
| 90 | 90 |
un-authenticated direct access to the Docker daemon - and should be secured |
| 91 |
-either using the [built in HTTPS encrypted socket](../../security/https/), or by |
|
| 91 |
+either using the [built in HTTPS encrypted socket](../../security/https.md), or by |
|
| 92 | 92 |
putting a secure web proxy in front of it. You can listen on port `2375` on all |
| 93 | 93 |
network interfaces with `-H tcp://0.0.0.0:2375`, or on a particular network |
| 94 | 94 |
interface using its IP address: `-H tcp://192.168.59.103:2375`. It is |