From e6ef517148b32c7d95dfd6d31ea103a96769d461 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Thu, 23 Feb 2017 23:56:01 -0800 Subject: [PATCH] fixed link to .yml example file Signed-off-by: Victoria Bialas --- engine/getstarted-voting-app/deploy-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/getstarted-voting-app/deploy-app.md b/engine/getstarted-voting-app/deploy-app.md index fd6326007e..297a05d1de 100644 --- a/engine/getstarted-voting-app/deploy-app.md +++ b/engine/getstarted-voting-app/deploy-app.md @@ -11,7 +11,7 @@ deploy the voting application to the swarm you just created. The `docker-stack.yml` file must be located on a manager for the swarm where you want to deploy the application stack. -1. Get `docker-stack.yml` either from the [source code in the lab](https://github.com/docker/example-voting-app/blob/master/docker-stack.yml) or by copying it from the example given [here](https://docs.docker.com/engine/getstarted-voting-app/#/docker-stackyml-deployment-configuration-file). +1. Get `docker-stack.yml` either from the [source code in the lab](https://github.com/docker/example-voting-app/blob/master/docker-stack.yml) or by copying it from the example given [here](index.md#docker-stackyml-deployment-configuration-file). If you prefer to download the file directly from our GitHub repository rather than copy it from the documentation, you can use a tool like `curl`. This command downloads the raw file to the current directory on your local host. You can copy-paste it into your shell if you have `curl`: