summaryrefslogtreecommitdiff
path: root/_posts/2017-05-12-fuzzing-irssi.markdown
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2017-05-12-fuzzing-irssi.markdown')
-rw-r--r--_posts/2017-05-12-fuzzing-irssi.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2017-05-12-fuzzing-irssi.markdown b/_posts/2017-05-12-fuzzing-irssi.markdown
index ab3d2d1..ea027d4 100644
--- a/_posts/2017-05-12-fuzzing-irssi.markdown
+++ b/_posts/2017-05-12-fuzzing-irssi.markdown
@@ -10,7 +10,7 @@ Hello fellow Irssi users and people interested in learning about fuzzing,
There have been recent efforts within the Irssi and open source security
communities to make Irssi more secure through the use of fuzzing. For example
the security bugs revealed in the [first Irssi security advisory of
-2017](https://irssi.org/security/irssi_sa_2017_01.txt) were found by fuzzing. In
+2017](https://irssi.org/security/html/irssi_sa_2017_01) were found by fuzzing. In
this blog post, we will cover an introduction to fuzzing, how to fuzz Irssi, and
a look at a couple of actual bugs found in past versions of Irssi.