Skip to content

Commit

Permalink
fix: replace_with_mask links to replace functions
Browse files Browse the repository at this point in the history
It previously linked to the structural transforms (the section before the section containing `replace_with_mask`).
  • Loading branch information
danking authored Jan 10, 2025
1 parent 913cb58 commit 9292a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cpp/compute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cpp-compute-vector-structural-transforms>`.
Also see: :ref:`replace_with_mask <replace-functions>`.

Structural transforms
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 9292a88

Please sign in to comment.