From c48b6bc85be454aeca6a1cf76214032e8339df13 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 28 May 2025 09:06:12 +0200 Subject: [PATCH] docs: fix functions link in api/preferences External link syntax was used instead of internal reference. --- docs/references/api/preferences.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/api/preferences.rst b/docs/references/api/preferences.rst index 991106411..398a49aa6 100644 --- a/docs/references/api/preferences.rst +++ b/docs/references/api/preferences.rst @@ -265,7 +265,7 @@ To illustrate the use of this preference, consider the following scenario where "hint": null } -With `RPC `_, the preference is honored completely on the basis of the number of rows returned in the result set of the function. This can be useful for complex mutation queries using `data-modifying statements `_. A simple example: +With :ref:`RPC `, the preference is honored completely on the basis of the number of rows returned in the result set of the function. This can be useful for complex mutation queries using `data-modifying statements `_. A simple example: .. code-block:: postgres