about summary refs log tree commit diff
path: root/docs/interpreting_output.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-11-06 10:28:22 +0100
committervanhauser-thc <vh@thc.org>2021-11-06 10:28:22 +0100
commit9325a4fcbb8eb4ed1d71f93de5301bf1a9a68253 (patch)
tree9d519e53a0818d81ae09abe65224c7cd73debdc0 /docs/interpreting_output.md
parentddc930f5ffd329692c4969b38977df8c1835b733 (diff)
downloadafl++-9325a4fcbb8eb4ed1d71f93de5301bf1a9a68253.tar.gz
http->https
Diffstat (limited to 'docs/interpreting_output.md')
-rw-r--r--docs/interpreting_output.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interpreting_output.md b/docs/interpreting_output.md
index 327a0ac0..4bd705f2 100644
--- a/docs/interpreting_output.md
+++ b/docs/interpreting_output.md
@@ -56,7 +56,7 @@ Any existing output directory can be also used to resume aborted jobs; try:
 
 If you have gnuplot installed, you can also generate some pretty graphs for any
 active fuzzing task using afl-plot. For an example of how this looks like,
-see [http://lcamtuf.coredump.cx/afl/plot/](http://lcamtuf.coredump.cx/afl/plot/).
+see [https://lcamtuf.coredump.cx/afl/plot/](https://lcamtuf.coredump.cx/afl/plot/).
 
 You can also manually build and install afl-plot-ui, which is a helper utility
 for showing the graphs generated by afl-plot in a graphical window using GTK.