diff options
author | Dag Heyman Kajevic <dag.heyman@gmail.com> | 2021-05-28 22:17:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 22:17:43 +0200 |
commit | de7370c0e966498ed95ab8a68ce57f6a1d10c21b (patch) | |
tree | 542d7c7455db087d362638656dec9179c91ec8bd | |
parent | 8e86f7ad803e571bcd275d2aca597997ab0e4d2c (diff) | |
download | afl++-de7370c0e966498ed95ab8a68ce57f6a1d10c21b.tar.gz |
docs: fix link to README in QuickStartGuide (#946)
-rw-r--r-- | docs/QuickStartGuide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/QuickStartGuide.md b/docs/QuickStartGuide.md index 10be409a..d1966170 100644 --- a/docs/QuickStartGuide.md +++ b/docs/QuickStartGuide.md @@ -1,6 +1,6 @@ # AFL quick start guide -You should read [README.md](README.md) - it's pretty short. If you really can't, here's +You should read [README.md](../README.md) - it's pretty short. If you really can't, here's how to hit the ground running: 1) Compile AFL with 'make'. If build fails, see [INSTALL.md](INSTALL.md) for tips. |