Skip to content

Commit acb6d74

Browse files
committed
fix(array_handling.md): edit referer to interface blocks
An explicit referer to an other Markdown file and particular section is set. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent cc19359 commit acb6d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/learn/f95_features/array_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ call sub(a)
5353
the corresponding dummy argument specification defines only the type and
5454
rank of the array, not its shape. This information has to be made
5555
available by an explicit interface, often using an interface block (see
56-
[Interface blocks](interface_blocks)).
56+
[Interface blocks](program_units_and_procedures.md#interface_blocks)).
5757
Thus we write just
5858

5959
```f90

0 commit comments

Comments
 (0)