Skip to content

Commit 755a941

Browse files
author
Christopher Carpenter
committed
A collection of random broken link fixes
1 parent 12244b2 commit 755a941

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727

2828
<li> Analytics by Google.
2929

30-
<li> Theme by [Twitter Bootstrap](http://twitter.github.com/bootstrap/).
30+
<li> Theme uses <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a> and is made by <a href="https://github.com/scotte/jekyll-clean">Scott Emmons</a>.
3131
</ul>

env/ide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 id="open-source">Open Source</h2>
1616
</ul>
1717
<h2 id="non-open-source">Non-open source</h2>
1818
<ul>
19-
<li><a href="http://www.lispworks.com/downloads/index.html">LispWorks</a> - Maintained. <a href="./env:lispworks-setup.html">Articulate-lisp LispWorks article</a></li>
19+
<li><a href="http://www.lispworks.com/downloads/index.html">LispWorks</a> - Maintained. <a href="lispworks-setup.html">Articulate-lisp LispWorks article</a></li>
2020
<li><a href="http://www.franz.com/downloads/clp/survey">Allegro</a> - Maintained.</li>
2121
</ul>
2222
<hr/>

initial/new-project.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 id="one-file-project-uses-libraries">One file project, uses libraries</h1>
1616
<ul>
1717
<li>Small system.</li>
1818
<li>Relatively common</li>
19-
<li>An example is the <a href="../src/web-trotter.lisp">web-trotter</a> program.</li>
19+
<li>An example is the <a href="../examples/src/web-trotter.lisp">web-trotter</a> program.</li>
2020
</ul>
2121
<h1 id="introduction-to-asdf">Introduction to ASDF</h1>
2222
<p>ASDF, also known as Another System Definition Facility, is the modern way for defining Common Lisp libraries. It is fully supported by Quicklisp, and supports adding your own private libraries.</p>

quicklinks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3 id="initial-environment-setup">Initial environment setup</h3>
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.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)