summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-05-06 12:28:25 -0700
committerKai Stevenson <kai@kaistevenson.com>2023-05-06 12:28:25 -0700
commit8b08d5bd00801f8b492f2974df83e7b833fd39dc (patch)
treea5c220e22bcb78c6511d0b82f44bb09b745e4af3
parentd48672bf6023c1809a7bf39dbc34644229ebd2b9 (diff)
fixed cgit links on programming index page
-rw-r--r--src/programming/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/programming/index.php b/src/programming/index.php
index 0e61640..3ebc893 100644
--- a/src/programming/index.php
+++ b/src/programming/index.php
@@ -4,12 +4,12 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- My repositories (including some notes) are at aberrantflux.xyz/cgit. I also have some stuff at github.com/kaistevenson. The repo for this site is <a href=https://aberrantflux.xyz/cgit/aberrantflux-site.git>aberrantflux.xyz/cgit/aberrantflux-site.git</a> if you want to get a little meta. I use cgit to serve my repositories over HTTP, and otherwise use SSH.
+ My repositories (including some notes) are at aberrantflux.xyz/cgit. I also have some stuff at github.com/kaistevenson. The repo for this site is <a href=https://git.aberrantflux.xyz/aberrantflux-site.git>aberrantflux.xyz/cgit/aberrantflux-site.git</a> if you want to get a little meta. I use cgit to serve my repositories over HTTP, and otherwise use SSH.
</p>
<h2>Projects</h2>
<p>
- I have a few particularly cool projects, like <a href=https://aberrantflux.xyz/cgit/precedent.git>Precedent</a>, my interpreted
- programming language, and <a href=https://aberrantflux.xyz/cgit/snake3.git>Snake3</a>, a fun snake game.
+ I have a few particularly cool projects, like <a href=https://git.aberrantflux.xyz/precedent.git>Precedent</a>, my interpreted
+ programming language, and <a href=https://git.aberrantflux.xyz/snake3.git>Snake3</a>, a fun snake game.
If you want to contribute to any of my repositories, just email me
with a diff and a brief description of your changes. If I like your
commit, I'll integrate it.