From 21fa195399d7c41a8f1d90b7d36d905e319eae80 Mon Sep 17 00:00:00 2001 From: Ligoml <39876205+Ligoml@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:17:10 +0800 Subject: [PATCH] [Docs]test Hyperlink --- python/paddle/tensor/manipulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/tensor/manipulation.py b/python/paddle/tensor/manipulation.py index 126a42173a..40a5585ecb 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 -- GitLab