From 9fbd8c95f38e7c473030c1edc60a28b66927674f Mon Sep 17 00:00:00 2001 From: Alex <atm2g19@soton.ac.uk> Date: Sat, 4 Apr 2020 22:49:09 +0100 Subject: [PATCH] fixed battleships_vs path --- public/games/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/games/index.html b/public/games/index.html index 4592763..a5aa81d 100644 --- a/public/games/index.html +++ b/public/games/index.html @@ -20,7 +20,7 @@ </a> </li> <li> - <a href="./battleships_v2//"> + <a href="./battleships_v2/"> Battleships v2 </a> </li> -- GitLab