From 0ce5c135c0a97d9e86d14f5b0f2fe80e6b7fc5b1 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 16 Nov 2021 21:46:06 -0500 Subject: Fix some links --- doc/syntax.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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) -- cgit v1.2.3