From 27bd89c2d5fd32c513fbfaad21f6ae7d7ad8596b Mon Sep 17 00:00:00 2001 From: David Korth Date: Fri, 7 Jul 2017 23:18:08 -0400 Subject: [PATCH] README.md: LICENSE isn't a Markdown file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24258f7..c7bec41 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ TARGET=i686-w64-mingw32 ISWIN=1 ./build-gcc.sh ## License -hack-detection is licensed under the GNU AGPLv3. See [LICENSE.md](LICENSE.md) +hack-detection is licensed under the GNU AGPLv3. See [LICENSE](LICENSE) for more information.