aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/glossary.md
diff options
context:
space:
mode:
authorGravatar andrey-zelenkov <xim.andrew@gmail.com>2016-12-20 18:27:42 +0400
committerGravatar inferno-chromium <inferno@chromium.org>2016-12-20 06:27:42 -0800
commita55fd5a4362f30ef7e3baa314ec98363ec7d81a1 (patch)
tree7535b4528840c2fc873b86a0a46b2e07986f9f0f /docs/glossary.md
parent4350dec38edb3835a3981dfce603e67411115b03 (diff)
Update glossary.md (#210)
Diffstat (limited to 'docs/glossary.md')
-rw-r--r--docs/glossary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.md b/docs/glossary.md
index 86f7c0a5..fa139a39 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -43,7 +43,7 @@ with a specific [fuzzing engine](#fuzzing-engine), in a specific build mode (e.g
and optionally combined with a [sanitizer](#sanitizer).
For example, we have a "libfuzzer_asan_sqlite" job type, indicating a build of all sqlite3 [fuzz targets](#fuzz-target) using
-[libFuzzer](http://lbfuzzer.info) and [ASan](http://clang.llvm.org/docs/AddressSanitizer.html).
+[libFuzzer](http://libfuzzer.info) and [ASan](http://clang.llvm.org/docs/AddressSanitizer.html).
## Mutation Engine