Merge pull request #260 from tealtail/master

fix 404 at linked path /installation/windows
This commit is contained in:
John Mulhausen 2016-10-18 12:37:18 -07:00 committed by GitHub
commit 6be57e932d
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ menu:
title: Kitematic
---
# Kitematic
# Kitematic
Kitematic, the Docker GUI, runs on macOS and Windows operating systems. Beginning with the 1.8 Docker release, you use the Docker Toolbox to install Kitematic. See the [macOS installation guide](https://docs.docker.com/installation/mac) or the [Windows installation guide](https://docs.docker.com/installation/windows) for details on installing with Docker Toolbox.
Kitematic, the Docker GUI, runs on macOS and Windows operating systems. Beginning with the 1.8 Docker release, you use the Docker Toolbox to install Kitematic. See the [macOS installation guide](/docker-for-mac/) or the [Windows installation guide](/docker-for-windows/) for details on installing with Docker Toolbox.
For information about using Kitematic, take a look at the [User Guide](userguide.md).

View File

@ -15,7 +15,7 @@ On macOS and Windows, Machine is installed along with other Docker products when
you install the Docker Toolbox. For details on installing Docker Toolbox, see
the <a href="https://docs.docker.com/installation/mac/" target="_blank">macOS
installation</a> instructions or <a
href="https://docs.docker.com/installation/windows" target="_blank">Windows
href="https://docs.docker.com/docker-for-windows/" target="_blank">Windows
installation</a> instructions.
If you want only Docker Machine, you can install the Machine binaries directly by following the instructions in the next section. You can find the latest versions of the binaries are on the <a href="https://github.com/docker/machine/releases/" target="_blank"> docker/machine release page</a> on GitHub.