From 581b6cca828bc56018085e91aba137e7bfef778e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Mon, 24 Jul 2023 13:50:05 +0300 Subject: [PATCH] feat(fuzzing.md): make `halfempty` word a link --- src/fuzzing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuzzing.md b/src/fuzzing.md index 4ae4c14a2..869fc2f71 100644 --- a/src/fuzzing.md +++ b/src/fuzzing.md @@ -100,7 +100,7 @@ to avoid introducing syntax, type-, and borrow-checking errors while using these tools, post both the complete and minimized test cases. Generally, *syntax-aware* tools give the best results in the least amount of time. [`treereduce-rust`][treereduce] and [picireny][picireny] are syntax-aware. -`halfempty` is not, but is generally a high-quality tool. +[`halfempty`][halfempty] is not, but is generally a high-quality tool. [halfempty]: https://github.com/googleprojectzero/halfempty [picireny]: https://github.com/renatahodovan/picireny