From 4cd047a3ee50ee075ceaa5251d4b4f7764fd4d07 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 27 Aug 2024 11:13:25 +0200 Subject: [PATCH] auth docs: fix invalid reference ``` docs/settings.rst:1407: WARNING: undefined label: _stat-overload-drops (if the link has no caption the label must precede a section header) ``` --- docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.rst b/docs/settings.rst index 5acfc0c4b9..43cc87d199 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1406,7 +1406,7 @@ Secondary name servers. If this many packets are waiting for database attention, answer any new questions strictly from the packet cache. Packets not in the cache will -be dropped, and :ref:`_stat-overload-drops` will be incremented. +be dropped, and :ref:`stat-overload-drops` will be incremented. .. _setting-prevent-self-notification: -- 2.47.2