From d2b3341f5577ea428c785dfa79704fcf43040c8a Mon Sep 17 00:00:00 2001 From: Pedro Mathias Nakibar Date: Fri, 18 Mar 2016 21:11:51 -0300 Subject: [PATCH] Fixed Docker Security Cheat Sheet broken link The link has changed, it was a .md file now it's a .adoc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a84d6cf..2ec784d 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ by [@prologic][prologic] * [Tuning Docker with the newest security enhancements](https://opensource.com/business/15/3/docker-security-tuning) * [Lynis is an open source security auditing tool including Docker auditing](https://cisofy.com/lynis/) * [Understanding Docker security and best practices](https://blog.docker.com/2015/05/understanding-docker-security-and-best-practices/) (written 5 MAY 2015) -* [Docker Security Cheat Sheet] (https://github.com/konstruktoid/Docker/blob/master/Security/CheatSheet.md) +* [Docker Security Cheat Sheet] (https://github.com/konstruktoid/Docker/blob/master/Security/CheatSheet.adoc) * [How CVE's are handled on Offical Docker Images](https://github.com/docker-library/official-images/issues/1448) * [Improving Docker Security with Authenticated Volumes](https://www.blockbridge.com/improving-docker-security-with-authenticated-volumes/)