From fff3f9e9adfd56be6eaf2eb4b60dd142bbd70a79 Mon Sep 17 00:00:00 2001 From: Rajat Shinde Date: Mon, 27 Apr 2020 01:49:37 +0530 Subject: [PATCH 1/2] Update define.adoc --- Language/Structure/Further Syntax/define.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Language/Structure/Further Syntax/define.adoc b/Language/Structure/Further Syntax/define.adoc index 561a6d7e8..78ad5676d 100644 --- a/Language/Structure/Further Syntax/define.adoc +++ b/Language/Structure/Further Syntax/define.adoc @@ -24,7 +24,7 @@ subCategories: [ "Further Syntax" ] 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). [%hardbreaks] -In general, the `link:../../../variables/variable-scope\--qualifiers/const[const]` keyword is preferred for defining constants and should be used instead of `#define`. +In general, the `link:../../variables/variable-scope-qualifiers/const[const]` keyword is preferred for defining constants and should be used instead of `#define`. [%hardbreaks] [float] @@ -88,8 +88,8 @@ Similarly, including an equal sign after the #define statement will also generat === See also [role="language"] -* #LANGUAGE# link:../../../variables/variable-scope\--qualifiers/const[const] -* #LANGUAGE# link:../../../variables/constants/constants[Constants] +* #LANGUAGE# link:../../variables/variable-scope-qualifiers/const[const] +* #LANGUAGE# link:../../variables/constants/constants[Constants] -- // SEE ALSO SECTION ENDS From 67d08023ee7ee4149c9458ae748361cbed1ef013 Mon Sep 17 00:00:00 2001 From: Rajat Shinde Date: Mon, 17 Aug 2020 19:55:41 +0530 Subject: [PATCH 2/2] Update define.adoc --- Language/Structure/Further Syntax/define.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Language/Structure/Further Syntax/define.adoc b/Language/Structure/Further Syntax/define.adoc index 78ad5676d..af9686072 100644 --- a/Language/Structure/Further Syntax/define.adoc +++ b/Language/Structure/Further Syntax/define.adoc @@ -24,7 +24,7 @@ subCategories: [ "Further Syntax" ] 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). [%hardbreaks] -In general, the `link:../../variables/variable-scope-qualifiers/const[const]` keyword is preferred for defining constants and should be used instead of `#define`. +In general, the `link:../../../variables/variable-scope-qualifiers/const[const]` keyword is preferred for defining constants and should be used instead of `#define`. [%hardbreaks] [float] @@ -88,8 +88,8 @@ Similarly, including an equal sign after the #define statement will also generat === See also [role="language"] -* #LANGUAGE# link:../../variables/variable-scope-qualifiers/const[const] -* #LANGUAGE# link:../../variables/constants/constants[Constants] +* #LANGUAGE# link:../../../variables/variable-scope\--qualifiers/const[const] +* #LANGUAGE# link:../../../variables/constants/constants[Constants] -- // SEE ALSO SECTION ENDS