diff --git a/docs/datamodel/computeds.rst b/docs/datamodel/computeds.rst index 7e0f25242639..bf1c77b2368b 100644 --- a/docs/datamodel/computeds.rst +++ b/docs/datamodel/computeds.rst @@ -53,7 +53,7 @@ field is referenced in a query. .. warning:: - :ref:`Volatile and modifying <_ref_reference_volatility>` expressions are not + :ref:`Volatile and modifying ` expressions are not allowed in computed properties defined in schema. This means that, for example, your schema-defined computed property cannot call :eql:func:`datetime_current`, but it *can* call diff --git a/docs/datamodel/functions.rst b/docs/datamodel/functions.rst index 4c9b3801d85e..7ff6199a932b 100644 --- a/docs/datamodel/functions.rst +++ b/docs/datamodel/functions.rst @@ -38,7 +38,7 @@ Sets as arguments ^^^^^^^^^^^^^^^^^ Calling a user-defined function on a set will always apply it as -:ref:`*element-wise* <_ref_reference_cardinality_functions_operators>`. +:ref:`*element-wise* `. .. code-block:: sdl @@ -84,7 +84,7 @@ Modifying Functions User-defined functions can contain DML (i.e., :ref:`insert `, :ref:`update `, :ref:`delete `) to make changes to existing data. These -functions have a :ref:`modifying <_ref_reference_volatility>` volatility. +functions have a :ref:`modifying ` volatility. .. code-block:: sdl diff --git a/docs/reference/edgeql/volatility.rst b/docs/reference/edgeql/volatility.rst index 75ea46a70460..82cab9c59aa9 100644 --- a/docs/reference/edgeql/volatility.rst +++ b/docs/reference/edgeql/volatility.rst @@ -134,6 +134,6 @@ The :ref:`cartesian product ` of a function, except for :ref:`standard set functions `. The non-optional parameters of ``Modifying`` -:ref:`functions <_ref_datamodel_functions_modifying>` must have a -:ref:`cardinality <_ref_reference_cardinality>` of ``One``. Optional +:ref:`functions ` must have a +:ref:`cardinality ` of ``One``. Optional parameters must have a cardinality of ``AtMostOne``.