aboutsummaryrefslogtreecommitdiff
path: root/doc/train.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/train.md')
-rw-r--r--doc/train.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/train.md b/doc/train.md
index ece363a4..6bacc75a 100644
--- a/doc/train.md
+++ b/doc/train.md
@@ -92,7 +92,7 @@ We might make the first train above easier to read by using Atop (`∘`) instead
These two forms have a different emphasis, because the first breaks into subfunctions `⍷∘∧` and `|` and the second into `⍷` and `∧|`. It's more common to use `⍷∘∧` as a unit than `∧|`, so in this case `⍷∘∧|` is probably the better train.
-Many one-argument functions strung together is [a major weakness](../problems.md#trains-dont-like-monads) for train syntax. If there are many such functions it's probably best to stick with a block function instead!
+Many one-argument functions strung together is [a major weakness](../commentary/problems.md#trains-dont-like-monads) for train syntax. If there are many such functions it's probably best to stick with a block function instead!
{⍷∧|𝕩} 3‿4‿¯3‿¯2‿0