From 56af88ba1e922fc1b8fa73498458fdbe15e42649 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 19 Mar 2020 15:42:45 +0100 Subject: [PATCH] dnsdist: Fix a broken reference in the documentation --- pdns/dnsdistdist/docs/rules-actions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 3969513324..82a304f8c3 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -320,8 +320,8 @@ For Rules related to the incoming query: Return a pair of DNS Rule and DNS Action, to be used with :func:`setRules`. - :param Rule rule: A `Rule <#traffic-matching>`_ - :param Action action: The `Action <#actions>`_ to apply to the matched traffic + :param Rule rule: A `Rule (see `Matching Packets (Selectors)`_) + :param Action action: The Action (see `Actions`_) to apply to the matched traffic :param table options: A table with key: value pairs with options. Options: -- 2.47.2