Skip to content

Commit bef0269

Browse files
Meorgetetrapod00
andauthored
Update tutorials/scripting/gdscript/warnings/assert_always_false.rst [no ci]
Co-authored-by: tetrapod <[email protected]>
1 parent b2709e3 commit bef0269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdscript/warnings/assert_always_false.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The warning message is:
88
Assert statement will raise an error because the expression is always false.
99
1010
The default warning level for this warning is **Warn**.
11-
To modify it, see :ref:`ProjectSettings.debug/gdscript/warnings/assert_always_false<class_ProjectSettings_property_debug/gdscript/warnings/assert_always_false>`.
11+
To modify it, set :ref:`Project Settings > Debug > GDScript > Warnings > Assert Always False<class_ProjectSettings_property_debug/gdscript/warnings/assert_always_false>`.
1212

1313
When this warning occurs
1414
------------------------

0 commit comments

Comments
 (0)