Skip to content

Commit 5001025

Browse files
authored
fix link to allocatable arraya (#501)
1 parent 0c473c3 commit 5001025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/learn/best_practices/arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Arrays
22

33
Arrays are a central object in Fortran. The creation of dynamic sized arrays
4-
is discussed in the [allocatable arrays section](./allocatable_arrays).
4+
is discussed in the [allocatable arrays section](allocatable_arrays.md).
55

66
To pass arrays to procedures four ways are available
77

0 commit comments

Comments
 (0)