From 15d62a15fee68d808001eb751664930610b427f2 Mon Sep 17 00:00:00 2001 From: Jason Hawk Harris Date: Fri, 23 Dec 2022 15:20:44 -0600 Subject: [PATCH 1/2] adds link to our dev docs --- doc/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.md b/doc/development.md index b145307..d632b26 100644 --- a/doc/development.md +++ b/doc/development.md @@ -38,7 +38,7 @@ export AWS_DEFAULT_REGION="us-west-1" ## Building an AMI -To create an AMI for a given T-shirt size, follow the instructions in our development docs and refer to the following tables. +To create an AMI for a given T-shirt size, follow the [instructions in our development docs](https://docs.sourcegraph.com/admin/deploy/machine-images/aws-ami#deploy-sourcegraph) and refer to the following tables. #### AWS From 202778018c9eda06ca246456c95edb27a1f25796 Mon Sep 17 00:00:00 2001 From: Jason Hawk Harris Date: Fri, 23 Dec 2022 15:52:54 -0600 Subject: [PATCH 2/2] reword statement for clarity Was not clear before that these instructions were referring to other instructions inside this doc. Hopefully this makes it clearer. --- doc/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.md b/doc/development.md index d632b26..06c2426 100644 --- a/doc/development.md +++ b/doc/development.md @@ -38,7 +38,7 @@ export AWS_DEFAULT_REGION="us-west-1" ## Building an AMI -To create an AMI for a given T-shirt size, follow the [instructions in our development docs](https://docs.sourcegraph.com/admin/deploy/machine-images/aws-ami#deploy-sourcegraph) and refer to the following tables. +To create an AMI for a given T-shirt size, follow the instructions for creating a single AMI below and refer to the following tables. #### AWS