diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-08 16:16:36 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-08 16:16:36 -0800 |
commit | cb07b3d317566c801ac1f6c05c4e3c16c6226083 (patch) | |
tree | 62a57f99038312c44ec026ee96251ad73371c731 /build/website/projects/index.html | |
parent | 3c7553ae5a6f0e17b2245907f25e27265ccc3940 (diff) |
add 404 page
Diffstat (limited to 'build/website/projects/index.html')
-rw-r--r-- | build/website/projects/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/website/projects/index.html b/build/website/projects/index.html index 9269bc2..5562ea2 100644 --- a/build/website/projects/index.html +++ b/build/website/projects/index.html @@ -30,7 +30,7 @@ Projects <ul> <li><a href="./dotfiles.html">Dotfiles</a> -- My dotfiles (script for autoinstalling them coming soon).</li> <li><a href="./trail_of_dusk.html">Trail of Dusk</a> -- a text based roguelike rpg.</li> - <li><a href="./plant9.html">Plant9</a> -- A GNU/linux distribution that I am working on with Matthew Hinton.</li> + <li><a href="https://plant9.nullring.xyz">Plant9</a> -- A GNU/linux distribution that I am working on with Matthew Hinton.</li> <li><a href="./comas.html">COMAS</a> -- A mathematics library that is built on the idea of quaternionic functions inside tensors.</li> </ul> |