Skip to content

Commit 38039b2

Browse files
committed
fix(pointers.md): correct referer across an other file
Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 3c5685a commit 38039b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/learn/f95_features/pointers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ window => table(m:n, p:q)
290290

291291
The subscripts of window are `1:n - m + 1, 1:q - p + 1`.
292292
Similarly, for `tar%u` (as defined in
293-
[Array elements](array_elements)),
293+
[Array elements](array_handling.md#array-elements)
294+
of section Array handling),
294295
we can use, say, `taru => tar%u`
295296
to point at all the u components of tar, and subscript it as
296297
`taru(1, 2)`.

0 commit comments

Comments
 (0)