more link fixes

Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
LRubin
2017-01-11 14:27:57 -08:00
parent e059b654e0
commit fde978afc5
6 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ format](compose-file.md#versioning) you are using:
- subject to the [limitations](swarm.md#limitations) described below,
- as long as the Swarm cluster is configured to use the [overlay driver](/engine/userguide/networking/dockernetworks/#an-overlay-network),
- as long as the Swarm cluster is configured to use the [overlay driver](/engine/userguide/networking/#an-overlay-network-with-docker-engine-swarm-mode),
or a custom driver which supports multi-host networking.
Read [Get started with multi-host networking](/engine/userguide/networking/get-started-overlay/) to see how to

View File

@@ -506,7 +506,7 @@ In that topic, see also:
* [Linux configuration file](/engine/reference/commandline/dockerd/#/linux-configuration-file)
* [Windows configuration file](/reference/commandline/dockerd/#/windows-configuration-file)
* [Windows configuration file](/engine/reference/commandline/dockerd/#/windows-configuration-file)
Note that updating these settings requires a reconfiguration and reboot of the Linux VM.

View File

@@ -57,7 +57,7 @@ the repositories you can access and their status, view your "Dashboard" page on
[Docker Hub](https://hub.docker.com).
You can find more information on working with Docker images in the
[Docker userguide](/engine/userguide/dockerimages/).
[Docker userguide](/engine/tutorials/dockerimages/).
### Use Official Repositories

View File

@@ -95,7 +95,7 @@ You can name your local images either when you build it, using
by re-tagging an existing local image `docker tag <existing-image> <hub-user>/<repo-name>[:<tag>]`,
or by using `docker commit <exiting-container> <hub-user>/<repo-name>[:<tag>]` to commit
changes.
See [Working with Docker images](/engine/userguide/dockerimages) for a detailed description.
See [Working with Docker images](/engine/tutorials/dockerimages/) for a detailed description.
Now you can push this repository to the registry designated by its name or tag.

View File

@@ -155,7 +155,7 @@ Linux:
- Any distribution running version 3.10+ of the Linux kernel
- Specific instructions are available for most Linux distributions, including
[RHEL](installation/linux/rhel.md), [Ubuntu](installation/linux/ubuntulinux.md),
[SuSE](installation/linux/suse.md), and many others.
[SuSE](installation/linux/SUSE.md), and many others.
Microsoft Windows:
- Windows Server 2016
@@ -288,4 +288,4 @@ You can find more answers on:
- [Ask questions on Stackoverflow](http://stackoverflow.com/search?q=docker)
- [Join the conversation on Twitter](http://twitter.com/docker)
Looking for something else to read? Checkout the [User Guide](userguide/index.md).
Looking for something else to read? Checkout the [User Guide](userguide/index.md).

View File

@@ -17,7 +17,7 @@ docker/machine release page</a> on GitHub.
## Installing Machine Directly
1. Install <a href="/installation/"
1. Install <a href="/engine/installation/"
target="_blank">the Docker binary</a>.
2. Download the Docker Machine binary and extract it to your PATH.