Skip to content

Commit ed45d1d

Browse files
author
Stefania
authored
Merge pull request #136 from arduino/SimonePDA-patch-4
Update logicalNot.adoc
2 parents 40168bd + 832591d commit ed45d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Structure/Boolean Operators/logicalNot.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ subCategories: [ "Boolean Operators" ]
3333

3434
[float]
3535
=== Example Code
36-
This operator can be used inside the condition of an link:../../control-structures/if[if] statement.
36+
This operator can be used inside the condition of an link:https://cdn.arduino.cc/reference/en/language/structure/control-structure/if/[if] statement.
3737

3838
[source,arduino]
3939
----
@@ -70,4 +70,4 @@ The bitwise not ~ (tilde) looks much different than the boolean not ! (exclamati
7070
* #LANGUAGE# link:../../bitwise-operators/bitwisenot[~ Bitwise NOT]
7171

7272
--
73-
// SEE ALSO SECTION ENDS
73+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)