Skip to content

Commit 05c6681

Browse files
committed
fix(array_handling.md): edit referers to Arrays1/Arrays2
The original document refers to two different previous instances arrays were described; not knowing how to link to a specific section across to a different Markdown file, referers were intentionally set as place holders only. This commit attempts to correct the situation; if working, a lint of the file still is required. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 58c9006 commit 05c6681

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/learn/f95_features/array_handling.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Array handling is included in Fortran for two main reasons:
1010

1111
At the same time, major extensions of the functionality in this area
1212
have been added. We have already met whole arrays above
13+
(see section Arrays in
14+
[Language elements](language_elements.md#arrays)
15+
and
16+
[Expressions and assignments](expressions_and_assignments.md#arrays))
1317
<a href="#Arrays" class="wikilink" title="#Arrays 1">#Arrays 1</a> and
1418
here
1519
<a href="#Arrays_2" class="wikilink" title="#Arrays 2">#Arrays 2</a> -

0 commit comments

Comments
 (0)