Skip to content

Commit e37d0a3

Browse files
nathanleclaireSvenDowideit
authored andcommitted
Merge pull request docker-archive-public#3360 from nathanleclaire/fix_driver_doc_404
Fix driver reference links (cherry picked from commit 73bf92b) Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
1 parent 1ee39b1 commit e37d0a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/drivers/os-base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ docker-machine create -d azure --azure-subscription-id="SUB_ID" --azure-subscr
2828
```
2929

3030
To see a list of providers and review the options available to a provider, see
31-
the [Docker Machine driver reference](../index.md).
31+
the reference for that driver.
3232

3333
In addition to the provider, you have the option of identifying a base operating
3434
system. It is an option because Docker Machine has defaults for both local and

docs/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,5 @@ You can change the `default` string above to make this `LaunchAgent` start any
247247

248248
- Provision multiple Docker hosts [on your cloud provider](get-started-cloud.md)
249249
- [Understand Machine concepts](concepts.md)
250-
- <a href="https://docs.docker.com/machine/drivers/index.md" target="_blank">Docker Machine driver reference</a>
250+
- <a href="https://docs.docker.com/machine/drivers/" target="_blank">Docker Machine driver reference</a>
251251
- <a href="https://docs.docker.com/machine/reference/" target="_blank">Docker Machine subcommand reference</a>

0 commit comments

Comments
 (0)