aboutsummaryrefslogtreecommitdiff
path: root/doc/fromDyalog.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-23 22:49:20 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-23 22:49:20 -0400
commita717221a7dd2fb88ff9d5d07e221a83dc558b47d (patch)
tree0b3ceb6ca130ea5f9dccd706ddb72368a71bd924 /doc/fromDyalog.md
parent4cc1cb8d7b34eb99d77fd35a53797e6929b348f7 (diff)
Update list notation links
Diffstat (limited to 'doc/fromDyalog.md')
-rw-r--r--doc/fromDyalog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md
index 71a61b48..edc6a3d7 100644
--- a/doc/fromDyalog.md
+++ b/doc/fromDyalog.md
@@ -51,7 +51,7 @@ BQN doesn't have guards: it uses modifiers or [control structures](control.md) i
The assignment arrow `←` defines a new variable in a block, while `↩` modifies an existing one.
-BQN uses the ligature character `‿` for stranding, instead of plain juxtaposition. It also has a [list notation](syntax.md#list-notation) using `⟨⟩`.
+BQN uses the ligature character `‿` for stranding, instead of plain juxtaposition. It also has a [list notation](arrayrepr.md#brackets) using `⟨⟩`.
## For reading