This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch merge-3.4.3 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit c4a4c8123155456e8982d44467dc84aeae510b8e Author: Jamie Bliss <[email protected]> AuthorDate: Sat Mar 1 13:35:47 2025 -0500 Update src/docs/src/ddocs/mango.rst Co-authored-by: Jan Lehnardt <[email protected]> --- src/docs/src/ddocs/mango.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/ddocs/mango.rst b/src/docs/src/ddocs/mango.rst index 0d4fe82fc..0bd431045 100644 --- a/src/docs/src/ddocs/mango.rst +++ b/src/docs/src/ddocs/mango.rst @@ -20,7 +20,7 @@ query system called Mango. Mango consists of two major concepts: * Selectors, which are the queries, and are passed to the mango endpoints -* Indexes, which are a specialization of design docs used in mango queries +* Indexes, which are a specialization of :ref:`design docs <ddocs>` used in mango queries There are a few important endpoints for interacting with these concepts:
