diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-11-16 12:35:24 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-11-16 12:35:24 -0800 |
commit | 94d1ed468060f68d0987de04bd84d53565852401 (patch) | |
tree | 8d25de262f11c7406429e0ed792b873b586923a2 /src/programming | |
parent | 0c2a1c141aee24a2bcac63ba1332b2577c55dd34 (diff) |
fixed link
Diffstat (limited to 'src/programming')
-rw-r--r-- | src/programming/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/programming/index.php b/src/programming/index.php index 1a29dbb..2153362 100644 --- a/src/programming/index.php +++ b/src/programming/index.php @@ -4,6 +4,6 @@ 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=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=http://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.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|