From 834c687226caef52a534a1aa4d8bbb4d9cd76db5 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Thu, 22 Oct 2015 17:33:18 +1000 Subject: [PATCH] Fix some links found with linkchecker Signed-off-by: Sven Dowideit --- docs/install-machine.md | 2 +- docs/reference/create.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install-machine.md b/docs/install-machine.md index 6567eb318b..a83ccf43ac 100644 --- a/docs/install-machine.md +++ b/docs/install-machine.md @@ -20,7 +20,7 @@ installation instructions. If you only want Docker Machine, you can install the Machine binaries (the latest versions of which are located at -https://github.com/docker/machine/releases/) directly by following the +https://github.com/docker/machine/releases/ ) directly by following the instructions in the next section. ## Installing Machine Directly diff --git a/docs/reference/create.md b/docs/reference/create.md index 04c8556d18..e06103378b 100644 --- a/docs/reference/create.md +++ b/docs/reference/create.md @@ -126,7 +126,7 @@ Labels: The supported flags are as follows: - `--engine-insecure-registry`: Specify [insecure registries](https://docs.docker.com/reference/commandline/cli/#insecure-registries) to allow with the created engine -- `--engine-registry-mirror`: Specify registry mirrors to use +- `--engine-registry-mirror`: Specify [registry mirrors](https://github.com/docker/distribution/blob/master/docs/mirror.md) to use - `--engine-label`: Specify [labels](https://docs.docker.com/userguide/labels-custom-metadata/#daemon-labels) for the created engine - `--engine-storage-driver`: Specify a [storage driver](https://docs.docker.com/reference/commandline/cli/#daemon-storage-driver-option) to use with the engine