diff options
Diffstat (limited to 'docs/doc/primitive.html')
| -rw-r--r-- | docs/doc/primitive.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/doc/primitive.html b/docs/doc/primitive.html index 5c024ba8..ac4cac2d 100644 --- a/docs/doc/primitive.html +++ b/docs/doc/primitive.html @@ -82,32 +82,32 @@ <tr> <td><code><span class='Function'>≤</span></code></td> <td></td> -<td><a href="https://aplwiki.com/wiki/Less_than_or_Equal_to">Less Than or Equal to</a></td> +<td><a href="arithmetic.html#comparisons">Less Than or Equal to</a></td> </tr> <tr> <td><code><span class='Function'><</span></code></td> <td><a href="enclose.html">Enclose</a></td> -<td><a href="https://aplwiki.com/wiki/Less_than">Less Than</a></td> +<td><a href="arithmetic.html#comparisons">Less Than</a></td> </tr> <tr> <td><code><span class='Function'>></span></code></td> <td><a href="couple.html">Merge</a>*</td> -<td><a href="https://aplwiki.com/wiki/Greater_than">Greater Than</a></td> +<td><a href="arithmetic.html#comparisons">Greater Than</a></td> </tr> <tr> <td><code><span class='Function'>≥</span></code></td> <td></td> -<td><a href="https://aplwiki.com/wiki/Greater_than_or_Equal_to">Greater Than or Equal to</a></td> +<td><a href="arithmetic.html#comparisons">Greater Than or Equal to</a></td> </tr> <tr> <td><code><span class='Function'>=</span></code></td> <td><a href="shape.html">Rank</a>*</td> -<td><a href="https://aplwiki.com/wiki/Equal_to">Equals</a></td> +<td><a href="arithmetic.html#comparisons">Equals</a></td> </tr> <tr> <td><code><span class='Function'>≠</span></code></td> <td><a href="shape.html">Length</a></td> -<td><a href="https://aplwiki.com/wiki/Not_Equal_to">Not Equals</a></td> +<td><a href="arithmetic.html#comparisons">Not Equals</a></td> </tr> <tr> <td><code><span class='Function'>≡</span></code></td> |
