From eacd1b847e0d6f561d1637cb78e4143916371916 Mon Sep 17 00:00:00 2001 From: Gabriel Chamon Araujo Date: Sat, 28 Sep 2019 23:02:50 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca8dbde..c22536e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Used to create lambda functions prepared to scan buckets for viruses. Two functions are created, one namely to scan the uploads, and another that runs periodically to update the antivirus definitions. -The deployed function is based on (bucket-antivirus-function)[https://github.com/upsidetravel/bucket-antivirus-function]. +The deployed function is based on [bucket-antivirus-function](https://github.com/upsidetravel/bucket-antivirus-function). All due credits to the original developers, as this project aims only to document the required infrastructure using terraform. ## Prerequisites @@ -36,7 +36,7 @@ Developed using version `0.12.9`. Should work on `0.12.x` ## Examples -(Test file scan and deletion)[https://github.com/gchamon/terraform-aws-bucket-antivirus/tree/master/examples/antivirus-with-custom-environment-variables] - Detailed instructions in the example's readme +[Test file scan and deletion](https://github.com/gchamon/terraform-aws-bucket-antivirus/tree/master/examples/antivirus-with-custom-environment-variables) - Detailed instructions in the example's readme ## Input variables