Link fixes (#1291)

* fixed links in toc.yaml

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* removed backslashed spaces in Dockerfile

Signed-off-by: Adrien Duermael <adrien@duermael.com>
This commit is contained in:
Adrien Duermael 2017-01-20 14:00:33 -08:00 committed by John Mulhausen
parent 9988a6bd0d
commit 366fb5b964
2 changed files with 7 additions and 7 deletions

View File

@ -169,9 +169,9 @@ toc:
section: section:
- sectiontitle: Install - sectiontitle: Install
section: section:
- path: /engine/installation/mac/ - path: /docker-for-mac/
title: Installation on macOS title: Installation on macOS
- path: /engine/installation/windows/ - path: /docker-for-windows/
title: Installation on Windows title: Installation on Windows
- sectiontitle: On Linux distributions - sectiontitle: On Linux distributions
section: section:
@ -197,11 +197,11 @@ toc:
title: Installation on openSUSE and SUSE Linux Enterprise title: Installation on openSUSE and SUSE Linux Enterprise
- sectiontitle: On cloud providers - sectiontitle: On cloud providers
section: section:
- path: /engine/installation/cloud/overview/ - path: /docker-cloud/
title: Choose how to install title: Choose how to install
- path: /engine/installation/cloud/cloud-ex-aws/ - path: /docker-for-aws/
title: "Example: Manual install on cloud provider" title: "Example: Manual install on cloud provider"
- path: /engine/installation/cloud/cloud-ex-machine-ocean/ - path: /docker-cloud/infrastructure/link-do/
title: "Example: Use Docker Machine to provision cloud hosts" title: "Example: Use Docker Machine to provision cloud hosts"
- path: /engine/installation/binaries/ - path: /engine/installation/binaries/
title: Installation from binaries title: Installation from binaries