Skip to content

Commit 0f45265

Browse files
committed
docs(tips): correct link to "Why is my variable shown as 'not found'" article
1 parent 4a9156c commit 0f45265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04_tip_and_tricks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Whether you're a beginner or an experienced robot programmer, this collection of
1212

1313
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.
1414

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)
1616

1717
This guide explains the common reasons for `VariableNotFound` errors in RobotCode and offers practical solutions.
1818

0 commit comments

Comments
 (0)