about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-06-15 12:07:37 -0400
committerelioat <elioat@tilde.institute>2024-06-15 12:07:37 -0400
commita1f63717e453173e5d2c3f85a8692b5202bec918 (patch)
tree8a3527b86eef69a54a5f3aae68b6b7273859ce2e
parentfd66155e118b1ad9f2e02c5734afe263a68d9433 (diff)
downloadtour-a1f63717e453173e5d2c3f85a8692b5202bec918.tar.gz
*
-rw-r--r--lua/chupacabra/refcard.md2
-rw-r--r--lua/sandborb/README.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/lua/chupacabra/refcard.md b/lua/chupacabra/refcard.md
index af6e24d..5c203eb 100644
--- a/lua/chupacabra/refcard.md
+++ b/lua/chupacabra/refcard.md
@@ -1,5 +1,7 @@
 # Chupacabra Quick Reference Card
 
+See also, <https://git.sr.ht/~eli_oat/chupacabra>
+
 Chupacabra is a stack-based programming language/calculator implemented in lua. It works a lot like any other forth, save for 2 big differences: 
 
 1. you cannot define new words
diff --git a/lua/sandborb/README.md b/lua/sandborb/README.md
index d625dae..bda68c4 100644
--- a/lua/sandborb/README.md
+++ b/lua/sandborb/README.md
@@ -1,5 +1,7 @@
 # sandborb
 
+See also, <https://git.sr.ht/~eli_oat/sandborb>
+
 Lua web fun playground.
 
 [Sandbird](https://github.com/rxi/sandbird) is an MIT licensed embeddable HTTP server. Sandborb is my attempt to make it scriptable with lua. My goal isn't to use it in prod. or to scale to massive sizes, or even really ever deploy it, but to use this for small web experiments that I run locally or on my home network. I'm also hoping to learn a bit more C while I'm at it, since I really don't know much of it at all.