From 4228b6f3a4aacd0a397b1235973496693753932b Mon Sep 17 00:00:00 2001 From: Sam Moore <matches@ucc.asn.au> Date: Sat, 3 Dec 2011 21:08:07 +0800 Subject: [PATCH] Fixed broken links in webpage --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index 6329e80..c5205d6 100644 --- a/web/index.html +++ b/web/index.html @@ -28,10 +28,10 @@ <p> The first program is Red (top of the board), the second is Blue (bottom of the board). </p> <p> The manager program now has switches to enable/disable graphics and set the move speed of the match. </p> <p> Use "-g" to enable graphics (by default disabled) and "-t TIMEOUT" to set the move speed (default 0 (as fast as possible)). </p> -<p> <b> This program now has a <a href="../manager/manual.txt"/>manual page</a> </b> </p> +<p> <b> This program now has a <a href="http://matches.ucc.asn.au/progcomp2012/manager/manual.txt"/>manual page</a> </b> </p> <h2> Messaging Protocol and Rules </h2> -<p> <b> The rules are now also available in the <a href="../manager/manual.txt"/>manual page</a> of the manager program </b> </p> +<p> <b> The rules are now also available in the <a href="http://matches.ucc.asn.au/progcomp2012/manager/manual.txt"/>manual page</a> of the manager program </b> </p> <h3> Setup </h3> <h4> Query </h4> <p> The manager program prints one line in the following format to each program: </p> -- GitLab