diff --git a/docs/source/cpp/compute.rst b/docs/source/cpp/compute.rst index ec53fb04688bc..44526c19a6262 100644 --- a/docs/source/cpp/compute.rst +++ b/docs/source/cpp/compute.rst @@ -1316,7 +1316,7 @@ depending on a condition. input. If the nulls present on the first input, they will be promoted to the output, otherwise nulls will be chosen based on the first input values. - Also see: :ref:`replace_with_mask `. + Also see: :ref:`replace_with_mask `. Structural transforms ~~~~~~~~~~~~~~~~~~~~~ @@ -1882,6 +1882,8 @@ Structural transforms index *n* and the type code at index *n* is 2. * The indices ``2`` and ``7`` are invalid. +.. _cpp-compute-vector-replace-functions: + Replace functions ~~~~~~~~~~~~~~~~~