aboutsummaryrefslogtreecommitdiff
path: root/docs/implementation/primitive/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-11 14:06:02 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-11 14:06:02 -0400
commit65eef4fade5eb426dae01d480f383b8a30b23071 (patch)
treed5d98e372f68c928b7aaa2741f26cf89d5745ffc /docs/implementation/primitive/index.html
parente64ea0c5da34a59393e3b539cc1811ac63dfe3f4 (diff)
Change "BQN / main" in header to "(github) / BQN"
Diffstat (limited to 'docs/implementation/primitive/index.html')
-rw-r--r--docs/implementation/primitive/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/implementation/primitive/index.html b/docs/implementation/primitive/index.html
index 25c831c3..b5256302 100644
--- a/docs/implementation/primitive/index.html
+++ b/docs/implementation/primitive/index.html
@@ -3,7 +3,7 @@
<link href="../../style.css" rel="stylesheet"/>
<title>BQN: Primitive implementation notes</title>
</head>
-<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../../index.html">main</a> / <a href="../index.html">implementation</a></div>
+<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../../index.html">BQN</a> / <a href="../index.html">implementation</a></div>
<h1 id="primitive-implementation-notes">Primitive implementation notes</h1>
<p>Commentary on the best methods I know for implementing various primitives. Often there are many algorithms that are viable in different situations, and in these cases I try to discuss the tradeoffs.</p>
<ul>