Skip to content

Commit 4ccb50d

Browse files
authored
02-numpy.md: fix broken reference link (#987)
1 parent eb6bbed commit 4ccb50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-numpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ are their daily inflammation measurements.
166166
> {: .output}
167167
>
168168
> This tells us that the NumPy array's elements are
169-
> [floating-point numbers]({{ page.root }}/reference.html#floating-point number).
169+
> [floating-point numbers]({{ page.root }}/reference.html#floating-point-number).
170170
{: .callout}
171171
172172
With the following command, we can see the array's [shape]({{ page.root }}/reference.html#shape):

0 commit comments

Comments
 (0)