Merge pull request #23713 from SvenDowideit/fix-more-links

Fix more links
This commit is contained in:
Sebastiaan van Stijn 2016-06-18 07:49:18 -07:00 committed by GitHub
commit 1d45334a1a
2 changed files with 3 additions and 3 deletions

View File

@ -51,6 +51,6 @@ Your Mac must be running OS X 10.8 "Mountain Lion" or newer to install the Docke
* You can find more extensive examples in [Learn by example](../tutorials/index.md) and in the [Docker Engine User Guide](../userguide/index.md).
* If you are interested in using the Kitematic GUI, see the [Kitematic user guide](https:docs.docker.com/kitematic/userguide/).
* If you are interested in using the Kitematic GUI, see the [Kitematic user guide](https://docs.docker.com/kitematic/userguide/).
> **Note**: The Boot2Docker command line was deprecated several releases > back in favor of Docker Machine, and now Docker for Windows.

View File

@ -358,7 +358,7 @@ If you run into repeated problems with thin pool, you can use the
`dm.min_free_space` option to tune the Engine behavior. This value ensures that
operations fail with a warning when the free space is at or near the minimum.
For information, see <a
href="../../../reference/commandline/dockerd.md#storage-driver-options"
href="../../../reference/commandline/dockerd/#storage-driver-options"
target="_blank">the storage driver options in the Engine daemon reference</a>.
@ -658,4 +658,4 @@ data volumes.
* [Select a storage driver](selectadriver.md)
* [AUFS storage driver in practice](aufs-driver.md)
* [Btrfs storage driver in practice](btrfs-driver.md)
* [daemon reference](../../reference/commandline/dockerd.md#storage-driver-options)
* [daemon reference](../../reference/commandline/dockerd/#storage-driver-options)