We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40168bd + 832591d commit ed45d1dCopy full SHA for ed45d1d
Language/Structure/Boolean Operators/logicalNot.adoc
@@ -33,7 +33,7 @@ subCategories: [ "Boolean Operators" ]
33
34
[float]
35
=== Example Code
36
-This operator can be used inside the condition of an link:../../control-structures/if[if] statement.
+This operator can be used inside the condition of an link:https://cdn.arduino.cc/reference/en/language/structure/control-structure/if/[if] statement.
37
38
[source,arduino]
39
----
@@ -70,4 +70,4 @@ The bitwise not ~ (tilde) looks much different than the boolean not ! (exclamati
70
* #LANGUAGE# link:../../bitwise-operators/bitwisenot[~ Bitwise NOT]
71
72
--
73
-// SEE ALSO SECTION ENDS
+// SEE ALSO SECTION ENDS
0 commit comments