X Tutup
Skip to content

Commit 834c687

Browse files
committed
Fix some links found with linkchecker
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
1 parent a1e610b commit 834c687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/install-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ installation</a> instructions.
2020

2121
If you only want Docker Machine, you can install the Machine binaries (the
2222
latest versions of which are located at
23-
https://github.com/docker/machine/releases/) directly by following the
23+
https://github.com/docker/machine/releases/ ) directly by following the
2424
instructions in the next section.
2525

2626
## Installing Machine Directly

docs/reference/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Labels:
126126
The supported flags are as follows:
127127

128128
- `--engine-insecure-registry`: Specify [insecure registries](https://docs.docker.com/reference/commandline/cli/#insecure-registries) to allow with the created engine
129-
- `--engine-registry-mirror`: Specify <a href="https://github.com/docker/docker/blob/master/docs/sources/articles/registry_mirror.md">registry mirrors</a> to use
129+
- `--engine-registry-mirror`: Specify [registry mirrors](https://github.com/docker/distribution/blob/master/docs/mirror.md) to use
130130
- `--engine-label`: Specify [labels](https://docs.docker.com/userguide/labels-custom-metadata/#daemon-labels) for the created engine
131131
- `--engine-storage-driver`: Specify a [storage driver](https://docs.docker.com/reference/commandline/cli/#daemon-storage-driver-option) to use with the engine
132132

0 commit comments

Comments
 (0)
X Tutup