aboutsummaryrefslogtreecommitdiff
path: root/docs/try.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-19 22:52:18 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-19 22:54:23 -0400
commit4739618a7f14a224274c40e43471a7fd0bba6c9f (patch)
tree890147ca6367251feaa435b10dd873c5a2e2627c /docs/try.html
parent0135f65e0baec4d7913c9619b0fae6d1eb867a17 (diff)
Separate pages on primitive functions and types from README
Diffstat (limited to 'docs/try.html')
-rw-r--r--docs/try.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/try.html b/docs/try.html
index 764a18a4..a054e8c6 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -35,7 +35,7 @@
<p>
Notes:
<ul>
- <li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Documentation links for primitives are found <a href="https://mlochbaum.github.io/BQN/index.html#built-in-operations">here</a>.</li>
+ <li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Documentation links for primitives are found <a href="doc/primitive.html">here</a>.</li>
<li>Any modifier with enter will execute (not just shift).</li>
<li>BQN uses <code class="Ligature">‿</code> (backslash-space) for stranding, and not juxtaposition. If you don't know what went wrong, check for this first!</li>
<li>This implementation is still WIP, and in particular I am improving error checking and messages now. Support for function headers and multiple bodies is missing, and Under (<code class="Modifier2">⌾</code>) only works for a small class of structural functions. Performance is bad.</li>