This is an automated email from the ASF dual-hosted git repository.

big-r81 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 01250dd96 docs: Fix inline link (#6094)
01250dd96 is described below

commit 01250dd964d6ddded7cd8f556560167a59aaf480
Author: Ronny Berndt <[email protected]>
AuthorDate: Sun Aug 16 17:14:28 2026 +0200

    docs: Fix inline link (#6094)
---
 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]

Reply via email to