summaryrefslogtreecommitdiff
path: root/sites/pprolog.org
diff options
context:
space:
mode:
authorglenda <glenda@9front.local>2021-01-13 18:33:58 +0000
committerglenda <glenda@9front.local>2021-01-13 18:33:58 +0000
commitbd9199419ac12d06f5e099e89ec47d6538cef613 (patch)
tree8267c3d92b75139010dcc8ef97517efa15e3a850 /sites/pprolog.org
parenta6af5fe110093bfd36203127c87198bdffa30b4b (diff)
Add link to unwritten prolog primer
Diffstat (limited to 'sites/pprolog.org')
-rw-r--r--sites/pprolog.org/documentation/index.md5
-rw-r--r--sites/pprolog.org/documentation/tutorial/2.-prolog-primer.md (renamed from sites/pprolog.org/documentation/tutorial/2.-repl.md)0
-rw-r--r--sites/pprolog.org/documentation/tutorial/3.-writing-and-consulting.md0
3 files changed, 3 insertions, 2 deletions
diff --git a/sites/pprolog.org/documentation/index.md b/sites/pprolog.org/documentation/index.md
index 78260cb..77da430 100644
--- a/sites/pprolog.org/documentation/index.md
+++ b/sites/pprolog.org/documentation/index.md
@@ -19,8 +19,9 @@ There exists a mini series to get you up and running with
the pprolog system:
* [Installing](/documentation/tutorial/1.-install) covers the steps needed to install pprolog on you very own 9front machine.
-* [Using the repl](/documentation/tutorial/2.-repl) explains how to ask queries to the system at the repl.
-* [Writing and consulting code](/documentation/tutorial/3.-writing-and-consulting). While asking queries using only the standard library and the builtins is fun, it becomes even more fun when you can write your own fact and rules and load them.
+* [Prolog primer](/documentation/tutorial/2.-prolog-primer) gives a short introduction to prolog.
+* [Using the repl](/documentation/tutorial/3.-repl) explains how to ask queries to the system at the repl.
+* [Writing and consulting code](/documentation/tutorial/4.-writing-and-consulting). While asking queries using only the standard library and the builtins is fun, it becomes even more fun when you can write your own fact and rules and load them.
# Information about the standard library and the builtins
diff --git a/sites/pprolog.org/documentation/tutorial/2.-repl.md b/sites/pprolog.org/documentation/tutorial/2.-prolog-primer.md
index e69de29..e69de29 100644
--- a/sites/pprolog.org/documentation/tutorial/2.-repl.md
+++ b/sites/pprolog.org/documentation/tutorial/2.-prolog-primer.md
diff --git a/sites/pprolog.org/documentation/tutorial/3.-writing-and-consulting.md b/sites/pprolog.org/documentation/tutorial/3.-writing-and-consulting.md
deleted file mode 100644
index e69de29..0000000
--- a/sites/pprolog.org/documentation/tutorial/3.-writing-and-consulting.md
+++ /dev/null