From fa1ddbc13f7c804d957415b6356f21b1d3cf43b6 Mon Sep 17 00:00:00 2001 From: abuehrle Date: Mon, 6 Mar 2017 16:52:17 -0600 Subject: [PATCH] link needs path added see also --- site/AMI.md | 8 +++++++- site/installing.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/site/AMI.md b/site/AMI.md index 1a5125628..2a8f26fe0 100644 --- a/site/AMI.md +++ b/site/AMI.md @@ -249,4 +249,10 @@ ONLY_REGION=us-east-1 AWS_ACCSS_KEY_ID=XXXX AWS_SECRET_ACCESS_KEY=YYYY ./build- Read the [Service Discovery and Load Balancing with Weave on Amazon ECS](http://weave.works/guides/service-discovery-with-weave-aws-ecs.html) -guide for more information about the AMIs. \ No newline at end of file +guide for more information about the AMIs. + + +**See Also** + + * [Installing Weave Scope](/site/installing.md) + * [Service Discovery and Load Balancing with Weave on Amazon ECS](http://weave.works/guides/service-discovery-with-weave-aws-ecs.html) \ No newline at end of file diff --git a/site/installing.md b/site/installing.md index 8fa995e20..e0e6634f2 100644 --- a/site/installing.md +++ b/site/installing.md @@ -248,7 +248,7 @@ The URL is: http://localhost:4040. There are currently three options for launching Weave Scope in ECS: * A [CloudFormation template](https://www.weave.works/deploy-weave-aws-cloudformation-template/) to launch and easily evaluate Scope directly from your browser. -* An [Amazon Machine Image (AMI)](AMI.md) for each ECS region. +* An [Amazon Machine Image (AMI)](/site/AMI.md) for each ECS region. * [A simple way to tailor the AMIs to your needs](https://github.com/weaveworks/integrations/tree/master/aws/ecs#creating-your-own-customized-weave-ecs-ami). The AWS CloudFormation template is the easiest way to get started with Weave Net and Weave Scope. CloudFormation templates provide developers and systems administrators a simple way to create a collection or a stack of related AWS resources, and it provisions and updates them in an orderly and predictable fashion.