Skip to content

Commit c104501

Browse files
committed
fix(program_units_and_procedures.md): edit referer
Similar to the previous commit, the referer to file `array_handling.md` now equally includes the full file name with file extension. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 2a4d0da commit c104501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/learn/f95_features/program_units_and_procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ An explicit interface is obligatory for
257257
[Pointers](pointers.md));
258258
- `pointer` function result;
259259
- new-style array arguments and array functions
260-
([Array handling](array_handling)).
260+
([Array handling](array_handling.md)).
261261

262262
It allows full checks at compile time between actual and dummy
263263
arguments.

0 commit comments

Comments
 (0)