From ff2164b4820d4c203882353326a37a1dacd8d4be Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Tue, 2 May 2017 19:44:35 +0100 Subject: [PATCH] Remove double quote from the URL --- site/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index 6dd2efd2c..e8fa16d55 100644 --- a/site/installing.md +++ b/site/installing.md @@ -285,7 +285,7 @@ Use this specially created Weaveworks CloudFormation template to create an EC2 i Before launching the stack: * [Set up an Amazon Account](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html) -* [Create the Key Pairs]("http://docs.aws.amazon.com/gettingstarted/latest/wah/getting-started-prereq.html). You will need to reference the name of the key pairs when you create the stack. +* [Create the Key Pairs](http://docs.aws.amazon.com/gettingstarted/latest/wah/getting-started-prereq.html). You will need to reference the name of the key pairs when you create the stack. The link below will launch a sample app using a Cloudformation template, but you can swap out the IdentiOrca app and use your own app instead.