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 6d85d9bb..42cd8f3b 100644
--- a/docs/spec/index.html
+++ b/docs/spec/index.html
@@ -14,7 +14,7 @@
<li><a href="grammar.html">Grammar</a></li>
<li><a href="scope.html">Variable scoping</a></li>
<li><a href="evaluate.html">Evaluation semantics</a></li>
-<li>Primitives (<a href="https://github.com/mlochbaum/BQN/blob/master/spec/reference.bqn">reference implementations</a>)</li>
+<li><a href="primitive.html">Primitives</a> (<a href="https://github.com/mlochbaum/BQN/blob/master/spec/reference.bqn">reference implementations</a>)</li>
<li><a href="inferred.html">Inferred properties</a> (type, Undo, and Under)</li>
<li><a href="system.html">System-provided values</a> (<code><span class='Value'>•</span></code>)</li>
</ul>