Skip to content

Commit

Permalink
Fix navigation links botched in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
drh committed Sep 28, 2024
1 parent 714864a commit 79302e9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 1.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<header>
<h2>lcc, A Retargetable Compiler for ANSI C</h2>
<nav class="top-menu">
<p><a href="/">Home</a> &middot;
<p><a href="index.html">Home</a> &middot;
<a href="https://github.com/drh/lcc">Code</a> &middot;
<a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/drh/lcc/master/doc/install.html">Installation</a> &middot;
<a href="/docs.html">Docs</a></p>
<a href="docs.html">Docs</a></p>
</nav>
</header>
<main>
Expand Down
4 changes: 2 additions & 2 deletions 2.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<header>
<h2>lcc, A Retargetable Compiler for ANSI C</h2>
<nav class="top-menu">
<p><a href="/">Home</a> &middot;
<p><a href="index.html">Home</a> &middot;
<a href="https://github.com/drh/lcc">Code</a> &middot;
<a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/drh/lcc/master/doc/install.html">Installation</a> &middot;
<a href="/docs.html">Docs</a></p>
<a href="docs.html">Docs</a></p>
</nav>
</header>
<main>
Expand Down
4 changes: 2 additions & 2 deletions contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<header>
<h2>lcc, A Retargetable Compiler for ANSI C</h2>
<nav class="top-menu">
<p><a href="/">Home</a> &middot;
p><a href="index.html">Home</a> &middot;
<a href="https://github.com/drh/lcc">Code</a> &middot;
<a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/drh/lcc/master/doc/install.html">Installation</a> &middot;
<a href="/docs.html">Docs</a></p>
<a href="docs.html">Docs</a></p>
</nav>
</header>
<main>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<header>
<h2>lcc, A Retargetable Compiler for ANSI C</h2>
<nav class="top-menu">
<p><a href="/">Home</a> &middot;
p><a href="index.html">Home</a> &middot;
<a href="https://github.com/drh/lcc">Code</a> &middot;
<a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/drh/lcc/master/doc/install.html">Installation</a> &middot;
<a href="/docs.html">Docs</a></p>
<a href="docs.html">Docs</a></p>
</nav>
</header>
<main>
Expand Down
4 changes: 2 additions & 2 deletions preface.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<header>
<h2>lcc, A Retargetable Compiler for ANSI C</h2>
<nav class="top-menu">
<p><a href="/">Home</a> &middot;
p><a href="index.html">Home</a> &middot;
<a href="https://github.com/drh/lcc">Code</a> &middot;
<a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/drh/lcc/master/doc/install.html">Installation</a> &middot;
<a href="/docs.html">Docs</a></p>
<a href="docs.html">Docs</a></p>
</nav>
</header>
<main>
Expand Down

0 comments on commit 79302e9

Please sign in to comment.