This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch fix/inline-link-ref in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 31de75c9d19a18fdb61b67fb8966087bd82c414f Author: Ronny Berndt <[email protected]> AuthorDate: Sun Aug 16 16:02:06 2026 +0200 docs: Fix inline link --- src/docs/src/config/auth.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/src/config/auth.rst b/src/docs/src/config/auth.rst index fac69da7c..5026bcbef 100644 --- a/src/docs/src/config/auth.rst +++ b/src/docs/src/config/auth.rst @@ -32,11 +32,11 @@ Server Administrators CouchDB server administrators and passwords are not stored in the ``_users`` database, but in the last ``[admins]`` section that CouchDB - finds when loading its ini files. See :config:intro for details on config + finds when loading its ini files. See :ref:`config/intro` for details on config file order and behaviour. This file (which could be something like ``/opt/couchdb/etc/local.ini`` or ``/opt/couchdb/etc/local.d/10-admins.ini`` when CouchDB is installed from - packages) should be appropriately secured and readable only by system + packages) should be appropriately secured and readable only by system administrators:: [admins]
