aboutsummaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-23 16:47:29 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-23 16:47:29 -0400
commit72bf97658b8dd6f167908a8452116c86a950ff4b (patch)
treeb61801c248fc98b64706f61351bc57778bb650c1 /help
parent4ac3f5940a89dcbc165479603689e02c29f50feb (diff)
Better documentation links for ⟨⟩ and ‿ help
Diffstat (limited to 'help')
-rw-r--r--help/beginlist.md2
-rw-r--r--help/endlist.md2
-rw-r--r--help/strand.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/help/beginlist.md b/help/beginlist.md
index f0ba9fdd..e94b9103 100644
--- a/help/beginlist.md
+++ b/help/beginlist.md
@@ -3,7 +3,7 @@
# Mathematical Left Angle Bracket (`⟨`)
## `⟨ ...`: Begin list
-[→full documentation](../doc/syntax.md#list-and-array-notation)
+[→full documentation](../doc/arrayrepr.md#brackets)
Starts a list. Inner elements must be separated by `,` or `⋄`.
Lists can be nested in other lists.
diff --git a/help/endlist.md b/help/endlist.md
index 75404314..c3994627 100644
--- a/help/endlist.md
+++ b/help/endlist.md
@@ -3,7 +3,7 @@
# Mathematical Right Angle Bracket (`⟩`)
## `... ⟩`: End list
-[→full documentation](../doc/syntax.md#list-and-array-notation)
+[→full documentation](../doc/arrayrepr.md#brackets)
Ends a list started by a `⟨`. See [Begin List](beginlist.md) for more details.
diff --git a/help/strand.md b/help/strand.md
index 165d796c..2483604e 100644
--- a/help/strand.md
+++ b/help/strand.md
@@ -3,9 +3,9 @@
# Undertie (`‿`)
## `‿`: Strand
-[→full documentation](../doc/syntax.md#list-and-array-notation)
+[→full documentation](../doc/arrayrepr.md#strands)
-Create a list via [strand notation](../doc/arrayrepr.md#strands).
+Create a list via strand notation.
Placing `‿` between valid BQN expressions will create a list out of the end results of those expressions.