From 56b7e6953bb854114e145947f9cad90f16456a5f Mon Sep 17 00:00:00 2001 From: Samuel Moore <loresat_laimto@hotmail.com> Date: Thu, 8 Dec 2011 15:33:50 +0800 Subject: [PATCH] Fixed broken link in webpage --- progcomp/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progcomp/web/index.html b/progcomp/web/index.html index d181a14..6c0e13f 100644 --- a/progcomp/web/index.html +++ b/progcomp/web/index.html @@ -40,7 +40,7 @@ <img border="0" src="screenshot.png" alt="Graphical output of 'stratego' manager program." title="Graphical output of 'stratego' manager program. Options '-g' for graphics and '-b' to hide Blue pieces that have not taken part in combat yet. Red and Blue are both linked to the 'asmodeus' AI. Taken with scrot on 7/12/11." width="327" height="344" /> <h3> Protocol </h3> -<p> For the sake of simplicity and keeping things in one place, the protocol is now entirely described in the <a href="http://matches.ucc.asn.au/progcomp2012/manager/manual.txt"/>manual page</a> of the manager program. All updates to the protocol will be reflected in that file. </p> +<p> For the sake of simplicity and keeping things in one place, the protocol is now entirely described in the <a href="http://matches.ucc.asn.au/progcomp2012/progcomp/judge/manager/manual.txt"/>manual page</a> of the manager program. All updates to the protocol will be reflected in that file. </p> <p> <b> Warning:</b> The accuracy of the above file depends on how recently I pulled it from git. To ensure you get the latest version, find it under "manager/manual.txt" in the <a href="http://git.ucc.asn.au/?p=progcomp2012.git;a=summary"/>git repository</a> </p> -- GitLab