aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Mike Aizatsky <mike.aizatsky@gmail.com>2016-11-02 13:44:36 -0700
committerGravatar GitHub <noreply@github.com>2016-11-02 13:44:36 -0700
commit7ef092ef9701f91fd7b4fe1e1188e0abccd16c08 (patch)
tree0039d66c0e10eb59d0108f8fe28df1f59e0cae93 /docs
parent883cfe9611841d26e2219ed5fc1d57bfa54415a5 (diff)
Update new_target.md
Diffstat (limited to 'docs')
-rw-r--r--docs/new_target.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/new_target.md b/docs/new_target.md
index d8f176b7..e9caf335 100644
--- a/docs/new_target.md
+++ b/docs/new_target.md
@@ -68,8 +68,8 @@ Make sure you add the file to your Docker image:
COPY build.sh my_fuzzer.cc /src/ # install build script & fuzzer.
```
-There are [lots](../libxml2/libxml2_xml_read_memory_fuzzer.cc)
-[of](../expat/parse_fuzzer.cc) [examples](../zlib/zlib_uncompress_fuzzer.cc)
+There are [lots](../targets/libxml2/libxml2_xml_read_memory_fuzzer.cc)
+[of](../targets/expat/parse_fuzzer.cc) [examples](../targets/zlib/zlib_uncompress_fuzzer.cc)
in this project repository.
## build.sh