From c840b03653d16fa1055fe237211a3ac1cbbfe2cd Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 25 Mar 2019 15:59:36 +0100 Subject: [PATCH] changed directory for static files - signed-off-by: trimstray --- README.md | 2 +- {doc => static}/.gitkeep | 0 {doc => static}/img/iptables-packet-flow-ng.png | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename {doc => static}/.gitkeep (100%) rename {doc => static}/img/iptables-packet-flow-ng.png (100%) diff --git a/README.md b/README.md index 098cc56..0eb6aa3 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Found on the Internet - All in One List. ### How it works?

- Master

diff --git a/doc/.gitkeep b/static/.gitkeep similarity index 100% rename from doc/.gitkeep rename to static/.gitkeep diff --git a/doc/img/iptables-packet-flow-ng.png b/static/img/iptables-packet-flow-ng.png similarity index 100% rename from doc/img/iptables-packet-flow-ng.png rename to static/img/iptables-packet-flow-ng.png