From: Aki Tuomi Date: Thu, 7 Nov 2019 11:18:53 +0000 (+0200) Subject: docs: backends/pipe - Fix performance page location X-Git-Tag: auth-4.3.0-alpha1~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8441%2Fhead;p=thirdparty%2Fpdns.git docs: backends/pipe - Fix performance page location --- diff --git a/docs/backends/pipe.rst b/docs/backends/pipe.rst index ad1febc397..160e2d1b78 100644 --- a/docs/backends/pipe.rst +++ b/docs/backends/pipe.rst @@ -20,7 +20,7 @@ read a question on standard input and answer on standard output. The number of distributor (backend) threads (``distributor-threads``) to start per receiver thread is low by default. This can impact the performance if you have latency-bound application as backend. You should increase the -number of ``distributor-threads`` in such cases. See :doc:`performance`. +number of ``distributor-threads`` in such cases. See :doc:`../performance`. The PipeBackend is primarily meant for allowing rapid development of new backends without tight integration with PowerDNS. It allows end-users to