You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tutorial/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ weight = -1
4
4
+++
5
5
6
6
7
-
Are you ready to build a web app in Common Lisp? Welcome.
7
+
Are you ready to build a web app in Common Lisp?
8
8
9
9
In this first tutorial we will build a simple app that shows a web
10
10
form that will search and display a list of products.
@@ -28,7 +28,7 @@ with an .asd definition and a package, etc.
28
28
29
29
We expect that you have Quicklisp installed. If not, please see the [Cookbook: getting started](https://lispcookbook.github.io/cl-cookbook/getting-started.html).
30
30
31
-
Now let's go.
31
+
Now [let's get started](/tutorial/getting-started/).
0 commit comments