Skip to content

Commit a119d5d

Browse files
committed
fix(array_handling.md): edit referer to other .md file
This commit again installs two referers across to specific sections of an other Markdown file. If working, the site still has to be linted. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 679754e commit a119d5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/learn/f95_features/array_handling.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,14 @@ end subroutine swap
169169
```
170170

171171
The dummy arguments cannot be used in specification expressions (see
172+
[Specification expressions](language_elements.md#specification-expressions)
173+
mentioned in Language elements)
172174
<a href="#Specification_expressions" class="wikilink"
173-
title="above">above</a>) except as arguments to certain intrinsic
175+
title="above">above</a>)
176+
except as arguments to certain intrinsic
174177
functions (`bit_size`, `kind`, `len`, and the numeric inquiry ones, (see
178+
[Intrinsic data types](language_elements.md#intrinsic-data-types),
179+
and below).
175180
<a href="#Intrinsic_data_types" class="wikilink" title="below">below</a>).
176181

177182
## `where`

0 commit comments

Comments
 (0)