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 acb6d74 commit 679754eCopy full SHA for 679754e
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](program_units_and_procedures.md#interface_blocks)).
+[Interface blocks](program_units_and_procedures.md#interface-blocks)).
57
Thus we write just
58
59
```f90
0 commit comments