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 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sites/pprolog.org/documentation/index.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 -- cgit v1.2.3