summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2022-08-25 10:32:58 -0500
committerColin Okay <cbeok@protonmail.com>2022-08-25 10:32:58 -0500
commit4a363f149399c39afbd074cbf5529def93a5a6d1 (patch)
treec8f5b373b3796e4f9df3b2db0cac1ac688c6fb72
parent0097eab23765aef596d1cb7f04aea6756d796a2e (diff)
[update] urls
-rw-r--r--examples/Tutorial.org13
1 files changed, 8 insertions, 5 deletions
diff --git a/examples/Tutorial.org b/examples/Tutorial.org
index 6589965..08f208a 100644
--- a/examples/Tutorial.org
+++ b/examples/Tutorial.org
@@ -1,4 +1,7 @@
-
+#+TITLE: A Goofism Guide to PARZIVAL
+#+EXPORT_FILE_NAME: /ssh:colin@cicadas.surf:~/public/parzival-tutorial.html
+#+OPTIONS: html-postamble:nil html-preamble:nil html-style:nil num:nil html-scripts:nil
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/default.css"/>
* The Goofism Guide to PARZIVAL
@@ -107,8 +110,8 @@
If quicklisp is installed in your local home directory, do:
: cd $HOME/quicklisp/local-projects
- : git clone https://github.com/cbeo/replay-streams
- : git clone https://github.com/cbeo/parzival
+ : git clone https://cicadas.surf/cgit/colin/replay-streams
+ : git clone https://cicadas.surf/cgit/colin/parzival
Now you should be able to fire up a lisp and do
@@ -744,7 +747,7 @@ bracketed by curly braces. Again, pretty straightforward:
#+END_SRC
-Glorious! Try it out, go wild! (And please, pester [[http://github.com/cbeo][cbeo]] with bugs.)
+Glorious! Try it out, go wild! (And please, pester [[http://cicadas.surf/cgit/colin][cbeo]] with bugs.)
#+BEGIN_SRC lisp
@@ -800,7 +803,7 @@ PZ-JSON>
#+END_SRC
- For the moment, parsers only work on instances of [[https://github.com/cbeo/replay-streams][replay-streams]]. If
+ For the moment, parsers only work on instances of [[https://cicadas.surf/cgit/colin/replay-streams][replay-streams]]. If
you pass raw text to the =parse= function for its =STREAM= argument,
then you must also pass a =T= into its third optional argument
position. Otherwise the stream is assumed to be a =replay-stream=.