about summary refs log tree commit diff
path: root/docs/interpreting_output.md
diff options
context:
space:
mode:
authorKuang-che Wu <kcwu@chromium.org>2021-10-10 21:03:43 +0800
committerKuang-che Wu <kcwu@chromium.org>2021-10-10 21:03:43 +0800
commitf6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8 (patch)
tree2d0bbe30278b50a681519a765aafb4a7eb739051 /docs/interpreting_output.md
parent158e881ad46d96d06f70e5c3bdf661ac59981c3c (diff)
downloadafl++-f6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8.tar.gz
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
+```