From 9a6dc39e582904e162f856b611680c8497cb3a90 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 7 Nov 2019 13:18:53 +0200 Subject: [PATCH] docs: backends/pipe - Fix performance page location --- docs/backends/pipe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2