From 9f236c1c9c5929cf152f39312796d72acead175c Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:43:25 -0400 Subject: [PATCH] Update new_project_guide.md (#7477) --- docs/getting-started/new_project_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/new_project_guide.md b/docs/getting-started/new_project_guide.md index f78074cda..bc5a5fb40 100644 --- a/docs/getting-started/new_project_guide.md +++ b/docs/getting-started/new_project_guide.md @@ -450,7 +450,7 @@ dict = dictionary_name.dict It is common for several [fuzz targets]({{ site.baseurl }}/reference/glossary/#fuzz-target) to reuse the same dictionary if they are fuzzing very similar inputs. -(example: [expat](https://github.com/google/oss-fuzz/blob/master/projects/expat/parse_fuzzer.options)). +(example: [expat](https://github.com/google/oss-fuzz/blob/ad88a2e5295d91251d15f8a612758cd9e5ad92db/projects/expat/parse_fuzzer.options)). ### Input Size