summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/src/reference/scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/reference/scripting.md b/docs/src/reference/scripting.md
index 6af17cc7..cb48b52a 100644
--- a/docs/src/reference/scripting.md
+++ b/docs/src/reference/scripting.md
@@ -198,7 +198,7 @@ For loops can iterate over a variety of collections:
- `{for value in array {..}}` \
Iterates over the items in the [array]($type/array). The destructuring syntax
- described in [Let binding]($scripting/bindings) can also be used here.
+ described in [Let binding]($scripting/#bindings) can also be used here.
- `{for pair in dict {..}}` \
Iterates over the key-value pairs of the [dictionary]($type/dictionary).