Skip to content

Commit

Permalink
Update documentation from 15de1f1f
Browse files Browse the repository at this point in the history
  • Loading branch information
ghewgill committed Nov 3, 2023
1 parent ff5b64a commit cc3031a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/neon-lang/0.1/library.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h3 class="title"><a href="intro.html">Neon</a></h3>
<article class="doc">
<h1 class="page">Standard Library</h1>
<div class="paragraph">
<p>See ../html/[Standard Library].</p>
<p>See <a href="../../html/">Standard Library</a>.</p>
</div>
</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/neon-lang/0.1/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h1 class="page">Neon Overview</h1>
There are plenty of examples, because experienced programmers know how to read code, and can pick up concepts more quickly by reading code than by reading a description of code.</p>
</div>
<div class="paragraph">
<p>Neon is a statically typed imperative language, with roots in Pascal, Modula-2, Ada, and <a href="motivation.html">others</a>.
<p>Neon is a statically typed imperative language, with roots in Pascal, Modula-2, Ada, and <a href="../../motivation.html">others</a>.
Program structure and modules are influenced by Python.</p>
</div>
<div class="listingblock">
Expand Down
2 changes: 1 addition & 1 deletion docs/neon-lang/0.1/samples.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h3 class="title"><a href="intro.html">Neon</a></h3>
<article class="doc">
<h1 class="page">Samples</h1>
<div class="paragraph">
<p>See ../samples/[Samples].</p>
<p>See <a href="../../samples/">Samples</a>.</p>
</div>
</article>
</div>
Expand Down

0 comments on commit cc3031a

Please sign in to comment.