diff options
Diffstat (limited to 'src/programming/index.php')
-rw-r--r-- | src/programming/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/programming/index.php b/src/programming/index.php index 3ebc893..fb36098 100644 --- a/src/programming/index.php +++ b/src/programming/index.php @@ -4,7 +4,9 @@ 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://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.
+ My repositories (including some notes) are at git.aberrantflux.xyz. I also have some stuff at github.com/kaistevenson.
+ The repo for this site is <a href=https://git.aberrantflux.xyz/aberrantflux-site.git>git.aberrantflux.xyz/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>
|