summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2021-09-20 10:33:54 -0500
committerColin Okay <cbeok@protonmail.com>2021-09-20 10:33:54 -0500
commit0fff5c849017a51a4be5ff890e4180c839c28695 (patch)
treec571c7ef816626efa8982ee4cda43b7756f9f2f9
parente0808dee6be0f1ece081873be051c85f4399241a (diff)
tutorial link
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 65a685a..26ea4e2 100644
--- a/README.org
+++ b/README.org
@@ -5,7 +5,7 @@
that consume streams and return common lisp values. E.g. A [[https://github.com/cbeo/parzival/blob/master/examples/Tutorial.org][JSON]]
parser or can be written reasonbly succinctly in parzival.
- Check out the [[https://github.com/cbeo/parzival/blob/master/examples/Tutorial.org][Tutorial]] for a detailed introduction.
+ Check out the [[https://codeberg.org/hypergoof/parzival/src/branch/master/examples/Tutorial.org][Tutorial]] for a detailed introduction.
** A Neat / Dumb Example