From 00d68e59eac03808a5f0ea622bd6286f5156c83e Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 19 Jan 2017 12:26:05 -0800 Subject: [PATCH] Merge pull request #1188 from docker/linkfix-john Link fixes and link to app tutorial --- engine/installation/index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/engine/installation/index.md b/engine/installation/index.md index f66744955f..848476d6c4 100644 --- a/engine/installation/index.md +++ b/engine/installation/index.md @@ -35,12 +35,12 @@ Docker on a different Linux distribution, consider You can use Docker Cloud to automatically provision and manage your cloud instances: -* [Amazon Web Services setup guide](link-aws.md) -* [DigitalOcean setup guide](link-do.md) -* [Microsoft Azure setup guide](link-azure.md) -* [Packet setup guide](link-packet.md) -* [SoftLayer setup guide](link-softlayer.md) -* [Use the Docker Cloud Agent to Bring your Own Host](byoh.md) +* [Amazon Web Services setup guide](/docker-cloud/infrastructure/link-aws.md) +* [DigitalOcean setup guide](/docker-cloud/infrastructure/link-do.md) +* [Microsoft Azure setup guide](/docker-cloud/infrastructure/link-azure.md) +* [Packet setup guide](/docker-cloud/infrastructure/link-packet.md) +* [SoftLayer setup guide](/docker-cloud/infrastructure/link-softlayer.md) +* [Use the Docker Cloud Agent to Bring your Own Host](/docker-cloud/infrastructure/byoh.md) You can also use our official Docker Editions if you'd like to manually manage your cloud instances: @@ -56,4 +56,5 @@ Instructions for installing prior releases of Docker can be found in the ## Get started After setting up Docker, try learning the basics over at -[Getting started with Docker](/engine/getstarted/). +[Getting started with Docker](/engine/getstarted/), then learn how to deploy +full-blown applications in our [app tutorial](/engine/getstarted-voting-app/).