Merge pull request #1219 from londoncalling/vote-app-fix-links-again

fixed a link to Docker Labs
This commit is contained in:
Victoria Bialas 2017-01-19 23:11:50 -08:00 committed by GitHub
commit f31e20e490
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
description: Customize the voting app description: Customize the voting app
keywords: multi-container, services, swarm mode, cluster, voting app, docker-stack.yml, docker stack deploy keywords: multi-container, services, swarm mode, cluster, voting app, docker-stack.yml, docker stack deploy
title: Tour the voting app sample title: Customize the app and redeploy
--- ---
@ -70,8 +70,7 @@ did not change.
## Resources ## Resources
* A deeper dive voting app walkthrough is available on * A deeper dive voting app walkthrough is available on
[Docker Labs](https://github.com/docker/labs/) as [Deploying an app to a Swarm] [Docker Labs](https://github.com/docker/labs/) as [Deploying an app to a Swarm](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md).
(https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md).
The lab walkthrough provides more technical detail on deployment configuration, The lab walkthrough provides more technical detail on deployment configuration,
Compose file keys, the application, stack and services concepts, and Compose file keys, the application, stack and services concepts, and
networking. networking.

View File

@ -1,7 +1,7 @@
--- ---
description: overview of voting app example description: overview of voting app example
keywords: docker-stack.yml, stack deploy, compose, multi-container, services, swarm mode, cluster, voting app, keywords: docker-stack.yml, stack deploy, compose, multi-container, services, swarm mode, cluster, voting app,
title: Define and deploy your app title: Tour the voting app
--- ---
This example is built around a web-based voting application that collects, This example is built around a web-based voting application that collects,