Skip to content

Commit

Permalink
update link (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBlackstone authored May 26, 2024
1 parent c826901 commit 204b958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 204b958

Please sign in to comment.