Skip to content

Commit 2a4d0da

Browse files
committed
fix(program_units_and_procedures.md): expand reference
The reference to file `pointers.md` now is expanded to the complete file name with file extension. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 1520a81 commit 2a4d0da

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
@@ -254,7 +254,7 @@ An explicit interface is obligatory for
254254

255255
- optional and keyword arguments;
256256
- `pointer` and `target` arguments (see
257-
[Pointers](pointers));
257+
[Pointers](pointers.md));
258258
- `pointer` function result;
259259
- new-style array arguments and array functions
260260
([Array handling](array_handling)).

0 commit comments

Comments
 (0)