about summary refs log tree commit diff
path: root/utils/socket_fuzzing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'utils/socket_fuzzing/README.md')
-rw-r--r--utils/socket_fuzzing/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/socket_fuzzing/README.md b/utils/socket_fuzzing/README.md
index 84398a71..2805fa22 100644
--- a/utils/socket_fuzzing/README.md
+++ b/utils/socket_fuzzing/README.md
@@ -6,6 +6,6 @@ for sending input to stdin which the target binary will think is coming from
 a network socket.
 
 This is desock_dup.c from the amazing preeny project
-https://github.com/zardus/preeny
+[https://github.com/zardus/preeny](https://github.com/zardus/preeny)
 
 It is packaged in AFL++ to have it at hand if needed