diff --git a/doc/site/modules/core/null.markdown b/doc/site/modules/core/null.markdown index 61386ecd..e079e37b 100644 --- a/doc/site/modules/core/null.markdown +++ b/doc/site/modules/core/null.markdown @@ -4,7 +4,7 @@ ### **!** operator -Returns `true`, since `null` is considered [false](../control-flow.html#truth). +Returns `true`, since `null` is considered [false](../../control-flow.html#truth).
 System.print(!null) //> true