Skip to content

Commit

Permalink
Link fixes (docker#1291)
Browse files Browse the repository at this point in the history
* fixed links in toc.yaml

Signed-off-by: Adrien Duermael <[email protected]>

* removed backslashed spaces in Dockerfile

Signed-off-by: Adrien Duermael <[email protected]>
  • Loading branch information
Adrien Duermael authored and johndmulhausen committed Jan 20, 2017
1 parent 9988a6b commit 366fb5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend
&& wget -O allv/engine/api/v1.24.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.24.md \
&& wget -O allv/engine/api/version-history.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/version-history.md \
&& wget -O allv/engine/reference/glossary.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/glossary.md \
&& wget -O allv/engine/reference/builder.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/builder.md \
&& wget -O allv/engine/reference/builder.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/builder.md \
&& wget -O allv/engine/reference/run.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/run.md \
&& wget -O allv/engine/reference/commandline/cli.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/commandline/cli.md \
&& wget -O allv/engine/reference/commandline/cli.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/commandline/cli.md \
&& wget -O allv/engine/deprecated.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/deprecated.md \
&& svn co https://github.com/docker/distribution/branches/$DISTRIBUTION_BRANCH/docs/spec allv/registry/spec \
&& wget -O allv/registry/configuration.md https://raw.githubusercontent.com/docker/distribution/$DISTRIBUTION_BRANCH/docs/configuration.md \
Expand Down
10 changes: 5 additions & 5 deletions _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ toc:
section:
- sectiontitle: Install
section:
- path: /engine/installation/mac/
- path: /docker-for-mac/
title: Installation on macOS
- path: /engine/installation/windows/
- path: /docker-for-windows/
title: Installation on Windows
- sectiontitle: On Linux distributions
section:
Expand All @@ -197,11 +197,11 @@ toc:
title: Installation on openSUSE and SUSE Linux Enterprise
- sectiontitle: On cloud providers
section:
- path: /engine/installation/cloud/overview/
- path: /docker-cloud/
title: Choose how to install
- path: /engine/installation/cloud/cloud-ex-aws/
- path: /docker-for-aws/
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"
- path: /engine/installation/binaries/
title: Installation from binaries
Expand Down

0 comments on commit 366fb5b

Please sign in to comment.