From 2c07d1bfa84cde8300f09d81dca56ed8aa1fc20d Mon Sep 17 00:00:00 2001 From: NeroBlackstone Date: Sun, 26 May 2024 19:53:33 +0800 Subject: [PATCH] update link --- 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