diff options
author | van Hauser <vh@thc.org> | 2021-10-10 15:32:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 15:32:31 +0200 |
commit | da865cbb9d289d0f782a1c33d85261903c60d624 (patch) | |
tree | 2d0bbe30278b50a681519a765aafb4a7eb739051 /docs/triaging_crashes.md | |
parent | 158e881ad46d96d06f70e5c3bdf661ac59981c3c (diff) | |
parent | f6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8 (diff) | |
download | afl++-da865cbb9d289d0f782a1c33d85261903c60d624.tar.gz |
Merge pull request #1109 from kcwu/dev
Fix document paths.
Diffstat (limited to 'docs/triaging_crashes.md')
-rw-r--r-- | docs/triaging_crashes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/triaging_crashes.md b/docs/triaging_crashes.md index 1857c4b1..b0015c90 100644 --- a/docs/triaging_crashes.md +++ b/docs/triaging_crashes.md @@ -43,4 +43,4 @@ file, attempts to sequentially flip bytes, and observes the behavior of the tested program. It then color-codes the input based on which sections appear to be critical, and which are not; while not bulletproof, it can often offer quick insights into complex file formats. More info about its operation can be found -near the end of [docs/technical_details.md](docs/technical_details.md). \ No newline at end of file +near the end of [technical_details.md](technical_details.md). |