Skip to content

Commit dde5b1b

Browse files
author
Christopher Carpenter
committed
Move initial to project namespace
1 parent ee8d803 commit dde5b1b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

_data/nav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
- title: "Quicklinks"
55
href: "/quicklinks.html"
66

7-
- title: "Initial"
8-
href: "/initial"
7+
- title: "Starting a Project"
8+
href: "/project"
99
subcategories:
1010
- subtitle: "New Project"
1111
subhref: "/new-project.html"

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ <h2 id="dear-reader">Dear Reader,</h2>
2828
<ul>
2929
<li>Set up your <a href="implementations/summary.html">implementation</a>.</li>
3030
<li>Set up <a href="quicklisp.html">Quicklisp</a>.</li>
31-
<li>Write some <a href="initial/abcs.html">Lisp</a>.</li>
32-
<li>Check out the new project <a href="initial/new-project.html">tutorial</a></li>
31+
<li>Write some <a href="project/abcs.html">Lisp</a>.</li>
32+
<li>Check out the new project <a href="project/new-project.html">tutorial</a></li>
3333
<li>Look up our <a href="examples/trotter.html">Trotter</a>, a web spider.</li>
3434
<li>Keep our <a href="quicklinks.html">Quick Links</a> bookmarked.</li>
3535
</ul>
File renamed without changes.
File renamed without changes.
File renamed without changes.

quicklinks.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<header>
66
<h1 class="title">Quick Links</h1>
77
</header>
8-
<h3 id="initial-environment-setup">Initial environment setup</h3>
8+
<h3>Getting Started</h3>
99
<ul>
1010
<li><a href="implementations/summary.html">getting a Common Lisp implementation</a></li>
11-
<li><a href="initial/new-project.html">creating and building a new project</a></li>
11+
<li><a href="project/new-project.html">creating and building a new project</a></li>
1212
<li><a href="quicklisp.html">dependency management with quicklisp</a></li>
1313
</ul>
1414
<h3 id="example-code">Example code</h3>

0 commit comments

Comments
 (0)