aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/syntax.md b/doc/syntax.md
index 76c9e269..c1b73050 100644
--- a/doc/syntax.md
+++ b/doc/syntax.md
@@ -15,9 +15,9 @@ Glyph(s) | Meaning
`@` | [Null character](#constants)
`¯∞π` | [Used in numeric literals](#constants)
`()` | Expression grouping
-`←` | [Define](#assignment)
-`⇐` | [Export](#exports)
-`↩` | [Change](#assignment)
+`←` | [Define](expression.md#assignment)
+`⇐` | [Export](expression.md#exports)
+`↩` | [Change](expression.md#assignment)
`→` | [Return](block.md#returns)
`⋄,` or newline | Statement or element [separator](#separators)
`⟨⟩` | [List](#list-notation) (rank-1 array)