We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc19359 commit acb6d74Copy full SHA for acb6d74
source/learn/f95_features/array_handling.md
@@ -53,7 +53,7 @@ call sub(a)
53
the corresponding dummy argument specification defines only the type and
54
rank of the array, not its shape. This information has to be made
55
available by an explicit interface, often using an interface block (see
56
-[Interface blocks](interface_blocks)).
+[Interface blocks](program_units_and_procedures.md#interface_blocks)).
57
Thus we write just
58
59
```f90
0 commit comments