From 36fd2a208a8b55fb10413a6b193e12161082c2fe Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Fri, 14 Jun 2019 09:40:56 -0700 Subject: [PATCH] fix link --- labs/02-exploration-and-alert-authoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/02-exploration-and-alert-authoring.md b/labs/02-exploration-and-alert-authoring.md index 8fc38b9..75e5507 100644 --- a/labs/02-exploration-and-alert-authoring.md +++ b/labs/02-exploration-and-alert-authoring.md @@ -181,6 +181,6 @@ In the above codeblock there are two key terms `sampleLimit` and `threshold`. For your lab exercise in this section choose the appropriate alert to do the following: 1. Detect the creation of new tags on instances, using simple alerts. The API call should be `ec2:TagInstance`. You can test this by adding a tag to a system in your account. -**Solution:** A solution has been provided (here)['solutions/02-alert-writing.md'] +**Solution:** A solution has been provided [here](../solutions/02-alert-writing.md) > Note: In an upcoming lab you will be able to use an aggregation as part of an investigation. \ No newline at end of file