Skip to content

Commit fff3f9e

Browse files
authored
Update define.adoc
1 parent 7ddbe22 commit fff3f9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Structure/Further Syntax/define.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subCategories: [ "Further Syntax" ]
2424
This can have some unwanted side effects though, if for example, a constant name that had been #defined is included in some other constant or variable name. In that case the text would be replaced by the #defined number (or text).
2525
[%hardbreaks]
2626

27-
In general, the `link:../../../variables/variable-scope\--qualifiers/const[const]` keyword is preferred for defining constants and should be used instead of `#define`.
27+
In general, the `link:../../variables/variable-scope-qualifiers/const[const]` keyword is preferred for defining constants and should be used instead of `#define`.
2828
[%hardbreaks]
2929

3030
[float]
@@ -88,8 +88,8 @@ Similarly, including an equal sign after the #define statement will also generat
8888
=== See also
8989

9090
[role="language"]
91-
* #LANGUAGE# link:../../../variables/variable-scope\--qualifiers/const[const]
92-
* #LANGUAGE# link:../../../variables/constants/constants[Constants]
91+
* #LANGUAGE# link:../../variables/variable-scope-qualifiers/const[const]
92+
* #LANGUAGE# link:../../variables/constants/constants[Constants]
9393

9494
--
9595
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)