aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/primitive.md18
-rw-r--r--docs/doc/primitive.html4
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/primitive.md b/doc/primitive.md
index eabebbdd..8affc773 100644
--- a/doc/primitive.md
+++ b/doc/primitive.md
@@ -80,12 +80,12 @@ Choose isn't really a combinator since it calls the function `⊑`, and Under is
Other modifiers control array traversal and iteration. In three cases a simpler 1-modifier is paired with a generalized 2-modifier: in each case the 1-modifier happens to be the same as the 2-modifier with a right operand of `¯1`.
-1-Modifier | Name | 2-Modifier | Name
------------|---------|------------|--------
-`˘` | Cells | `⎉` | Rank
-`¨` | Each | `⚇` | Depth
-`⌜` | Table |
-`⁼` | Undo | `⍟` | Repeat
-`´` | Fold |
-`˝` | Insert |
-`` ` `` | Scan |
+1-Modifier | Name | 2-Modifier | Name
+-----------|---------------------------------------|------------|--------
+`˘` | Cells | `⎉` | [Rank](https://aplwiki.com/wiki/Rank_(operator))
+`¨` | [Each](https://aplwiki.com/wiki/Each) | `⚇` | Depth
+`⌜` | Table |
+`⁼` | Undo | `⍟` | Repeat
+`´` | Fold |
+`˝` | Insert |
+`` ` `` | Scan |
diff --git a/docs/doc/primitive.html b/docs/doc/primitive.html
index c06b122f..586ff7e0 100644
--- a/docs/doc/primitive.html
+++ b/docs/doc/primitive.html
@@ -490,11 +490,11 @@
<td><code><span class='Modifier'>˘</span></code></td>
<td>Cells</td>
<td><code><span class='Modifier2'>⎉</span></code></td>
-<td>Rank</td>
+<td><a href="https://aplwiki.com/wiki/Rank_(operator)">Rank</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>¨</span></code></td>
-<td>Each</td>
+<td><a href="https://aplwiki.com/wiki/Each">Each</a></td>
<td><code><span class='Modifier2'>⚇</span></code></td>
<td>Depth</td>
</tr>