aboutsummaryrefslogtreecommitdiff
path: root/docs/doc
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-20 09:17:21 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-20 09:17:21 -0400
commit8523acee7cd4e7dc1a1ce57a8774bc82619b5523 (patch)
tree09937f80d5d3af91d4d1713561961bf655bd82e7 /docs/doc
parentf2754035893cd44c290e3d50e4d5c21746ea88c8 (diff)
Add APL Wiki links to Rank and Each operators
Diffstat (limited to 'docs/doc')
-rw-r--r--docs/doc/primitive.html4
1 files changed, 2 insertions, 2 deletions
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>