Skip to content

Commit

Permalink
fix png link
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Steers committed Sep 15, 2020
1 parent fd10567 commit 77b11a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Once you are ready to go:
without errors. At any time, especially if you get stuck on a particular module, you may still be
able to run `terraform output`, which will give you an overview of the components which have
deployed successfully.
4. Your deployed infrastructure should look similar to the below.
[![Diagram](../../samples/kitchen-sink-on-aws/diagram.png)](../../samples/kitchen-sink-on-aws/diagram.png)
4. Your deployed infrastructure should look similar to the below:
[![Diagram](https://github.com/slalom-ggp/dataops-infra/raw/main/samples/kitchen-sink-on-aws/diagram.png)](https://github.com/slalom-ggp/dataops-infra/raw/main/samples/kitchen-sink-on-aws/diagram.png)
5. **Important:** Once you are done, run `terraform destroy` to destroy the infrastructure which
you have deployed.

Expand Down

0 comments on commit 77b11a5

Please sign in to comment.