From a2a24e09e44afbb550eddf3cfd4ee244c8fb0adc Mon Sep 17 00:00:00 2001 From: q0phi80 Date: Fri, 22 Jul 2022 09:46:09 -0400 Subject: [PATCH] Created img folder --- README.md | 2 +- WL5-800x800.jpg => img/WL5-800x800.jpg | Bin WL5.jpg => img/WL5.jpg | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename WL5-800x800.jpg => img/WL5-800x800.jpg (100%) rename WL5.jpg => img/WL5.jpg (100%) diff --git a/README.md b/README.md index d300c48..ec4a584 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Wakanda Land -![Wakanda Land](WL5.jpg) +![Wakanda Land](./img/WL5.jpg) ## Purpose Wakanda Land is a Cyber Range deployment tool that uses ```terraform``` for automating the process of deploying an Adversarial Simulation land infrastructure for practicing various offensive attacks. This project inherits from other people's work in the Cybersecurity Community and due credit has been provided in the Credit Section. I just added some additional sprinkles to their work from my other researches. diff --git a/WL5-800x800.jpg b/img/WL5-800x800.jpg similarity index 100% rename from WL5-800x800.jpg rename to img/WL5-800x800.jpg diff --git a/WL5.jpg b/img/WL5.jpg similarity index 100% rename from WL5.jpg rename to img/WL5.jpg