about summary refs log tree commit diff
path: root/docs/interpreting_output.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-10-10 15:32:31 +0200
committerGitHub <noreply@github.com>2021-10-10 15:32:31 +0200
commitda865cbb9d289d0f782a1c33d85261903c60d624 (patch)
tree2d0bbe30278b50a681519a765aafb4a7eb739051 /docs/interpreting_output.md
parent158e881ad46d96d06f70e5c3bdf661ac59981c3c (diff)
parentf6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8 (diff)
downloadafl++-da865cbb9d289d0f782a1c33d85261903c60d624.tar.gz
Merge pull request #1109 from kcwu/dev
Fix document paths.
Diffstat (limited to 'docs/interpreting_output.md')
-rw-r--r--docs/interpreting_output.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/interpreting_output.md b/docs/interpreting_output.md
index 54ad76df..327a0ac0 100644
--- a/docs/interpreting_output.md
+++ b/docs/interpreting_output.md
@@ -1,6 +1,6 @@
 # Interpreting output
 
-See the [docs/status_screen.md](docs/status_screen.md) file for information on
+See the [status_screen.md](status_screen.md) file for information on
 how to interpret the displayed stats and monitor the health of the process. Be
 sure to consult this file especially if any UI elements are highlighted in red.
 
@@ -68,4 +68,4 @@ cd utils/plot_ui
 make
 cd ../../
 sudo make install
-```
\ No newline at end of file
+```