diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-24 18:41:13 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-24 18:41:13 +0100 |
commit | f3c1fe63947a7b0d896cb672ae7be037bdd6dab3 (patch) | |
tree | 3f78f6d599c4c73f9baf7ffc3792e80976ed93ff /dst/projects.html | |
parent | dae72cd9cfa5caa993011e6c048671ead68bfd82 (diff) |
Replace all /arena links with arena.adast.xyz
Diffstat (limited to 'dst/projects.html')
-rw-r--r-- | dst/projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dst/projects.html b/dst/projects.html index deb212e..3b430bd 100644 --- a/dst/projects.html +++ b/dst/projects.html @@ -25,7 +25,7 @@ <h2 id="active-projects">Active Projects</h2> <ul> -<li><a href="/arena">arena</a>: Quake-like multiplayer FPS</li> +<li><a href="https://arena.adast.xyz">arena</a>: Quake-like multiplayer FPS</li> <li><a href="https://sr.ht/~adamski/dotfiles">dotfiles</a>: Configs for my different Linux machines</li> <li><a href="https://sr.ht/~adamski/adast.xyz">adast.xyz</a>: Personal platform</li> </ul> |