about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-19 15:20:39 +0100
committervan Hauser <vh@thc.org>2020-03-19 15:20:39 +0100
commitbe261b3e69baa93dc3dcb54bcc066fe397716e91 (patch)
treefe6caca1eda451d35ed9e5cb9cdaf6df8c806df4 /src/afl-fuzz.c
parentf6847b0314320c1799efd238295d3aa4411c3f23 (diff)
downloadafl++-be261b3e69baa93dc3dcb54bcc066fe397716e91.tar.gz
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index fcad0958..10fee76c 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -675,7 +675,7 @@ int main(int argc, char **argv_orig, char **envp) {
   OKF("afl++ is maintained by Marc \"van Hauser\" Heuse, Heiko \"hexcoder\" "
       "Eißfeldt, Andrea Fioraldi and Dominik Maier");
   OKF("afl++ is open source, get it at "
-      "https://github.com/vanhauser-thc/AFLplusplus");
+      "https://github.com/AFLplusplus/AFLplusplus");
   OKF("Power schedules from github.com/mboehme/aflfast");
   OKF("Python Mutator and llvm_mode whitelisting from github.com/choller/afl");
   OKF("afl-tmin fork server patch from github.com/nccgroup/TriforceAFL");