Skip to content

Commit 884084b

Browse files
author
Christopher W. Carpenter (https://mordocai.net/gpg.html)
committed
Fix bad link on basic-project page
1 parent d0b371f commit 884084b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/basic-project.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1 class="title">Basic Project</h1>
77
<p>We are going to assume that your first project is a small standalone program using one of the common libraries for Common Lisp. Since Common Lisp is a general purpose high-level programming language, it can handle any common high-level language task.</p>
88
<p>Common libraries are installed using <a href="http://www.quicklisp.org/">Quicklisp</a>!</p>
99
<p>Go over there and install it, then come back to this tutorial.</p>
10-
<p>Let&#8217;s assume for the purpose of the starting project that you want to recursively walk a web server and take some action based upon the internal contents. We&#8217;ve supplied a minimal (not very robust or general) solution in <code>web-trotter.lisp</code>, available from <a href="src/web-trotter.lisp">our site</a>.</p>
10+
<p>Let&#8217;s assume for the purpose of the starting project that you want to recursively walk a web server and take some action based upon the internal contents. We&#8217;ve supplied a minimal (not very robust or general) solution in <code>web-trotter.lisp</code>, available from <a href="/examples/src/web-trotter.lisp">our site</a>.</p>
1111
<p>Without examining the details of the Trotter, notice that there&#8217;s a line:</p>
1212
<p><code>(ql:quickload '(:drakma :split-sequence :cl-ppcre :babel))</code></p>
1313
<p>This tells Quicklisp to ensure that the libraries DRAKMA, SPLIT-SEQUENCE, CL-PPCRE, and BABEL are loaded.</p>

0 commit comments

Comments
 (0)