aboutsummaryrefslogtreecommitdiff
path: root/docs/spec/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/spec/index.html')
-rw-r--r--docs/spec/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spec/index.html b/docs/spec/index.html
index 6a4ba53f..17a06dd4 100644
--- a/docs/spec/index.html
+++ b/docs/spec/index.html
@@ -1,6 +1,6 @@
<head><link href="../style.css" rel="stylesheet"/></head>
<h1 id="bqn-specification">BQN specification</h1>
-<p>This directory gives a (currently incomplete) specification for BQN. The specification differs from the documentation in <code><span class='Value'>doc</span><span class='Function'>/</span></code> in that its purpose is only to describe the exact details of BQN's operation in the most quickly accessible way, rather than to explain the core ideas of BQN functionality and how it might be used. Since it is easier to specify than to document, the specification is currently more complete than the documentation; for example, it includes nearly all primitives.</p>
+<p>This directory gives a (currently incomplete) specification for BQN. The specification differs from the <a href="../doc/index.html">documentation</a> in that its purpose is only to describe the exact details of BQN's operation in the most quickly accessible way, rather than to explain the core ideas of BQN functionality and how it might be used. Since it is easier to specify than to document, the specification is currently more complete than the documentation; for example, it includes nearly all primitives.</p>
<p>The following aspects define BQN and are or will be specified:</p>
<ul>
<li><a href="types.html">Types</a></li>