diff --git a/python/paddle/tensor/manipulation.py b/python/paddle/tensor/manipulation.py index 126a42173a14d9128c23233dd845ad35fad831bd..40a5585ecb324fb3bcb6b3e75139992a6b30b882 100755 --- a/python/paddle/tensor/manipulation.py +++ b/python/paddle/tensor/manipulation.py @@ -4490,7 +4490,7 @@ def index_add(x, index, axis, value, name=None): def index_add_(x, index, axis, value, name=None): """ Inplace version of ``index_add`` API, the output Tensor will be inplaced with input ``x``. - Please refer to :ref:`api_paddle_tensor_index_add`. + Please refer to :ref:`api_paddle_index_add`. Examples: .. code-block:: python