diff --git a/src/knot/modules/dnstap/dnstap.rst b/src/knot/modules/dnstap/dnstap.rst
index 656efbbea1071c4073186735583bca2bfb01f04e..02071dc156451ee64b25aef8a27d6bee7474c2d7 100644
--- a/src/knot/modules/dnstap/dnstap.rst
+++ b/src/knot/modules/dnstap/dnstap.rst
@@ -24,9 +24,7 @@ which can be either a file or a UNIX socket::
 .. NOTE::
    To be able to use a Unix socket you need an external program to create it.
    Knot DNS connects to it as a client using the libfstrm library. It operates
-   exactly like syslog. See `here
-   <https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=741#c10>`_ for
-   more details.
+   exactly like syslog.
 
 .. NOTE::
    Dnstap log files can also be created or read using :doc:`kdig<man_kdig>`.