From 5f12bb1a18b160093fbf9e42c6e20d5a46fda03f Mon Sep 17 00:00:00 2001 From: philippwitte Date: Thu, 7 May 2020 11:59:26 -0400 Subject: [PATCH] fix links --- docs/performance.md | 4 ++-- docs/roles.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/performance.md b/docs/performance.md index 33800e9..1ec9ee9 100644 --- a/docs/performance.md +++ b/docs/performance.md @@ -113,8 +113,8 @@ On the instance, install git, clone the software repository and install all requ ``` sudo apt-get update sudo apt-get install git-core -git clone https://github.gatech.edu/pwitte3/aws_workflow -cd aws_workflow/numerical_examples/strong_scaling +git clone https://github.com/slimgroup/ServerlessImagingAWS +cd ServerlessImagingAWS/numerical_examples/strong_scaling ./setup.sh ``` diff --git a/docs/roles.md b/docs/roles.md index f2f9692..912ab87 100644 --- a/docs/roles.md +++ b/docs/roles.md @@ -45,7 +45,7 @@ The following service roles are required for the workflow: 1. `AWSBatchServiceRole` -Check if the role exists in your AWS console under *IAM* -> *Roles*. If not, open a terminal in the current directory (`~/aws_workflow`) and run the following commands: +Check if the role exists in your AWS console under *IAM* -> *Roles*. If not, open a terminal in the current directory (`~/ServerlessImagingAWS`) and run the following commands: ``` # Create role