From 204b958b7c53af65cdfca5c56cdce2eb306cfc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nero=20Blackstone=E2=80=8B?= Date: Sun, 26 May 2024 20:10:41 +0800 Subject: [PATCH] update link (#176) --- src/utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.jl b/src/utils.jl index 020d053..f7a4afa 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -62,7 +62,7 @@ Base.show_function(io::IO, u::Base.Fix2{typeof(_unsqueeze)}, ::Bool) = print(io, Unroll the given `xs` into an array of arrays along the given dimension `dims`. -See also [`stack`](@ref), [`unbatch`](@ref), +See also [`stack`](https://docs.julialang.org/en/v1/base/arrays/#Base.stack), [`unbatch`](@ref), and [`chunk`](@ref). # Examples