Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwitte committed May 7, 2020
1 parent 5cd4036 commit 5f12bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion docs/roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f12bb1

Please sign in to comment.