From bd9199419ac12d06f5e099e89ec47d6538cef613 Mon Sep 17 00:00:00 2001 From: glenda Date: Wed, 13 Jan 2021 18:33:58 +0000 Subject: Add link to unwritten prolog primer --- sites/pprolog.org/documentation/index.md | 5 +++-- sites/pprolog.org/documentation/tutorial/2.-prolog-primer.md | 0 sites/pprolog.org/documentation/tutorial/2.-repl.md | 0 .../pprolog.org/documentation/tutorial/3.-writing-and-consulting.md | 0 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 sites/pprolog.org/documentation/tutorial/2.-prolog-primer.md delete mode 100644 sites/pprolog.org/documentation/tutorial/2.-repl.md delete mode 100644 sites/pprolog.org/documentation/tutorial/3.-writing-and-consulting.md 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.-prolog-primer.md b/sites/pprolog.org/documentation/tutorial/2.-prolog-primer.md new file mode 100644 index 0000000..e69de29 diff --git a/sites/pprolog.org/documentation/tutorial/2.-repl.md b/sites/pprolog.org/documentation/tutorial/2.-repl.md deleted file mode 100644 index e69de29..0000000 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 -- cgit v1.2.3