diff options
-rw-r--r-- | src/programming/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/programming/index.php b/src/programming/index.php index 88d4f6c..8898327 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>
- There's nothing here, yet, but you can see some of my code at github.com/kaistevenson
+ My repos (including some notes) are at aberrantflux.xyz/cgit. I also have some stuff at github.com/kaistevenson.
</p>
-<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
\ No newline at end of file +<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|