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 /website/projects | |
parent | 3c7553ae5a6f0e17b2245907f25e27265ccc3940 (diff) |
add 404 page
Diffstat (limited to 'website/projects')
-rw-r--r-- | website/projects/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/projects/index.html b/website/projects/index.html index fed5f8c..79750d7 100644 --- a/website/projects/index.html +++ b/website/projects/index.html @@ -10,7 +10,7 @@ $$START CONTENT <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> |