From 775cc8eeb5b235528c55d877a09519ea94fb0d64 Mon Sep 17 00:00:00 2001 From: inquisb Date: Wed, 8 Aug 2012 08:01:27 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index e0eaf1496..c955e9305 100644 --- a/FAQ.md +++ b/FAQ.md @@ -49,7 +49,7 @@ Our preferred method of patch submission is via a Git [pull request](https://hel Each patch should make one logical change. Please follow the existing stylistic conventions: wrap code to 76 columns when possible. Avoid tabbing, use four blank spaces instead. Before you put time into a nontrivial patch, it is worth discussing it on the [mailing list](https://lists.sourceforge.net/lists/listinfo/sqlmap-users) or privately by [email](mailto:dev@sqlmap.org). -Many [people](https://raw.github.com/sqlmapproject/sqlmap/master/doc/THANKS) have contributed in different ways to the sqlmap development. **You** can be the next! +Many [people](https://raw.github.com/sqlmapproject/sqlmap/master/doc/THANKS.md) have contributed in different ways to the sqlmap development. **You** can be the next! ## Can I actively contribute in the long-term development?