Skip to content

Commit 743e5b1

Browse files
committed
fix(expressions_and_assignments.md): edit cross link
Following the previously spot pattern, the link across to file `language_elements.md`, section "Basics" is edited. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 19505da commit 743e5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/learn/f95_features/expressions_and_assignments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ end interface
128128

129129
The string concatenation function is a more elaborated version of that
130130
shown already in
131-
[Basics](Basics).
131+
[Basics](language_elements.md#basics).
132132
Note that
133133
in order to handle the error condition that arises when the two strings
134134
together exceed the preset 80-character limit, it would be safer to use

0 commit comments

Comments
 (0)