Skip to content

Commit fd17e8e

Browse files
authored
remove auto reference to ImageTransformations
1 parent 2c7e26a commit fd17e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/restrict.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If `l` is the size of `img` along a particular dimension, `restrict` produces an
6262
array of size `(l+1)÷2` for odd `l`,
6363
and `l÷2 + 1` for even `l`. See the example below for an explanation.
6464
65-
See also [`imresize`](@ref).
65+
See also `ImageTransformations.imresize`.
6666
6767
# Example
6868

0 commit comments

Comments
 (0)