You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04_tip_and_tricks/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Whether you're a beginner or an experienced robot programmer, this collection of
12
12
13
13
While global resource files might seem convenient initially, they lead to circular dependencies, keyword ambiguities, performance issues, and maintenance challenges. This guide explains the problems of this approach and offers a modular alternative that improves code organization, maintainability, and performance.
14
14
15
-
-[Why is my variable shown as "not found"](./02_variable_not_found.md)
15
+
-[Why is my variable shown as "not found"](./02_why_variable_not_found.md)
16
16
17
17
This guide explains the common reasons for `VariableNotFound` errors in RobotCode and offers practical solutions.
0 commit comments