Skip to content

Commit 9858778

Browse files
committed
fix filename
1 parent 2639977 commit 9858778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extras/edge-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ can be used to detect the edges in an image.
124124
We will execute the program on the `data/junk-01.jpg` image,
125125
which we used before in the [Thresholding]({{ page.root }}/07-thresholding/) episode:
126126

127-
![Colored shapes](../data/junk-01.jpg)
127+
![Colored shapes](../data/shapes-01.jpg)
128128

129129
We are interested in finding the edges of the shapes in the image,
130130
and so the colors are not important.

0 commit comments

Comments
 (0)