From e06d77a1bc6d84a48ebd775bd93f122801468dec Mon Sep 17 00:00:00 2001 From: Xavier Mertens Date: Thu, 21 Jun 2018 16:10:17 +0200 Subject: [PATCH] Fixed git repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 824398d..fc1bf9b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The build is based on Ubuntu and will install all the required components. The f ## Fetch files ``` -# git clone https://github.com/xme/misp-docker +# git clone https://github.com/MISP/misp-docker # cd misp-docker docker build -t misp . ```