From 59051f32b5f49b79eaa2e46a5dfd98b3ed43ec20 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 14:57:12 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index eacdf1b32..97fe8e431 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -21,7 +21,7 @@ Examples: [libFuzzer](http://lbfuzzer.info), [AFL](lcamtuf.coredump.cx/afl/), [honggfuzz](https://github.com/google/honggfuzz), etc -See also [#mutation-engine] and [#test-generator]. +See also [Mutation Engine](mutation-engine) and [Test Generator][Test Generator]. ## Test Input Or **reproducer**, or **testcase**.