From 3288ac84b4984b6c1b81eb6aebeed11a2cd0dd7b Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 30 Dec 2023 18:56:20 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- numpy/merging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/merging/README.md b/numpy/merging/README.md index 476e8e4..2843f12 100644 --- a/numpy/merging/README.md +++ b/numpy/merging/README.md @@ -319,7 +319,7 @@ numpy.put_along_axis(arr, indices, values, axis) > > Functions returning an index along an axis, like argsort and argpartition, produce suitable indices for this function. -## [numpy.take_along_axis]() +## [numpy.take_along_axis](https://numpy.org/doc/stable/reference/generated/numpy.take_along_axis.html) {: .topic-optional} This is an optional topic!