Skip to content

Commit 990f4bd

Browse files
committed
Fix links that currently cause a 404.
1 parent 5b18f61 commit 990f4bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quicklinks.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ <h1 class="title">Quick Links</h1>
77
</header>
88
<h3 id="initial-environment-setup">Initial environment setup</h3>
99
<ul>
10-
<li><a href="./env:lisp-system.html">getting a Common Lisp implementation</a></li>
11-
<li><a href="./initial:new-project.html">creating and building a new project</a></li>
12-
<li><a href="./env:quicklisp.html">dependency management with quicklisp</a></li>
10+
<li><a href="./env/lisp-system.html">getting a Common Lisp implementation</a></li>
11+
<li><a href="./initial/new-project.html">creating and building a new project</a></li>
12+
<li><a href="./env/quicklisp.html">dependency management with quicklisp</a></li>
1313
</ul>
1414
<h3 id="example-code">Example code</h3>
1515
<ul>
16-
<li><a href="./examples:trotter-walkthrough.html">Trotter - web crawler</a></li>
16+
<li><a href="./examples/trotter-walkthrough.html">Trotter - web crawler</a></li>
1717
</ul>
1818
<h3 id="language-resource-recommendations">Language Resource Recommendations</h3>
1919
<p><em>in no particular order</em></p>

0 commit comments

Comments
 (0)