Merge pull request #442 from czerasz/patch-1

Fix broken link to swarm/docker-compose.yml
This commit is contained in:
Misty Stanley-Jones 2016-11-03 17:33:41 -07:00 committed by GitHub
commit c73a310c16
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ the containers at once. This extra credit
service in the file file. This application relies on a volume and a network,
declare those at the bottom of the file.
3. Check your work against <a href="../docker-compose.yml" target="_blank">this
3. Check your work against <a href="docker-compose.yml" target="_blank">this
result file</a>
4. When you are satisfied, save the `docker-compose.yml` file to your system.