Skip to content

Commit 204b958

Browse files
update link (#176)
1 parent c826901 commit 204b958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Base.show_function(io::IO, u::Base.Fix2{typeof(_unsqueeze)}, ::Bool) = print(io,
6262
6363
Unroll the given `xs` into an array of arrays along the given dimension `dims`.
6464
65-
See also [`stack`](@ref), [`unbatch`](@ref),
65+
See also [`stack`](https://docs.julialang.org/en/v1/base/arrays/#Base.stack), [`unbatch`](@ref),
6666
and [`chunk`](@ref).
6767
6868
# Examples

0 commit comments

Comments
 (0)