Fix broken links in projects page
This commit is contained in:
parent
b4506d52cc
commit
acabb2cdd4
|
@ -2,21 +2,20 @@
|
|||
<h2>Projects</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="gomoku.sepiatones.xyz">Gomoku!</a> - a simple multiplayer
|
||||
<a href="https://gomoku.sepiatones.xyz">Gomoku!</a> - a simple multiplayer
|
||||
implementation of the game Gomoku
|
||||
</li>
|
||||
<li>
|
||||
<a href="civ.plus">Civ+</a> - a sandbox MMORPG where players build nations
|
||||
<a href="https://civ.plus">Civ+</a> - a sandbox MMORPG where players build
|
||||
nations
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.sepiatones.xyz/sepia/sepiatones_xyz"
|
||||
>sepiatones.xyz</a
|
||||
>
|
||||
<a href="https://sepiatones.xyz">sepiatones.xyz</a>
|
||||
- the website you're on
|
||||
</li>
|
||||
<li>
|
||||
<a href="git.sepiatones.xyz/sepia/pantalaimon">Pantalaimon</a> - an AI
|
||||
coding agent
|
||||
<a href="https://git.sepiatones.xyz/sepia/pantalaimon">Pantalaimon</a> -
|
||||
an AI coding agent
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue