From fde978afc5c26d749de449e0b51485ad8f435c38 Mon Sep 17 00:00:00 2001 From: LRubin Date: Wed, 11 Jan 2017 14:27:57 -0800 Subject: [PATCH] more link fixes Signed-off-by: LRubin --- compose/swarm.md | 2 +- docker-for-windows/index.md | 2 +- docker-hub/index.md | 2 +- docker-hub/repos.md | 2 +- engine/faq.md | 4 ++-- machine/install-machine.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compose/swarm.md b/compose/swarm.md index bfc47c819a..7467b43d8d 100644 --- a/compose/swarm.md +++ b/compose/swarm.md @@ -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 diff --git a/docker-for-windows/index.md b/docker-for-windows/index.md index 289a3ab94f..37f08e3205 100644 --- a/docker-for-windows/index.md +++ b/docker-for-windows/index.md @@ -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. diff --git a/docker-hub/index.md b/docker-hub/index.md index d04a730d77..deb99aec1f 100644 --- a/docker-hub/index.md +++ b/docker-hub/index.md @@ -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 diff --git a/docker-hub/repos.md b/docker-hub/repos.md index 6fe55f0fa6..a0014a0f02 100644 --- a/docker-hub/repos.md +++ b/docker-hub/repos.md @@ -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 /[:]`, or by using `docker commit /[:]` 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. diff --git a/engine/faq.md b/engine/faq.md index 9a364fff69..9468e0d9b9 100644 --- a/engine/faq.md +++ b/engine/faq.md @@ -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). \ No newline at end of file +Looking for something else to read? Checkout the [User Guide](userguide/index.md). diff --git a/machine/install-machine.md b/machine/install-machine.md index 29bb51bf0d..3235d64435 100644 --- a/machine/install-machine.md +++ b/machine/install-machine.md @@ -17,7 +17,7 @@ docker/machine release page on GitHub. ## Installing Machine Directly -1. Install the Docker binary. 2. Download the Docker Machine binary and extract it to your PATH.