From a55fd5a4362f30ef7e3baa314ec98363ec7d81a1 Mon Sep 17 00:00:00 2001 From: andrey-zelenkov Date: Tue, 20 Dec 2016 18:27:42 +0400 Subject: [PATCH] Update glossary.md (#210) --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 86f7c0a5f..fa139a396 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