Fix more absolute links.

This commit is contained in:
2024-08-25 15:01:05 -05:00
parent 58f6e08d3b
commit 31d7845edc
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
{
<row>
<div>
<a href="/play/@session.SessionId">@session.Player1</a>
<a href="play/@session.SessionId">@session.Player1</a>
</div>
@if (string.IsNullOrEmpty(session.Player2))
{