From 13106edfbf2a97cdb79148ea43067d8f31fac083 Mon Sep 17 00:00:00 2001
From: Sam Moore <matches@ucc.asn.au>
Date: Fri, 29 Mar 2013 12:30:07 +0800
Subject: [PATCH] trivial: Fix links and errors

---
 web/agent_text.html | 3 +--
 web/index.html      | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/web/agent_text.html b/web/agent_text.html
index aff9be5..b0ab7a9 100644
--- a/web/agent_text.html
+++ b/web/agent_text.html
@@ -38,7 +38,6 @@
 
 <p> &lt;&lt; SELECTION? </p>
 <p> &gt;&gt; $x $y </p>
-<p> &gt;&gt; $x $y $index $type
 
 <p> Where: </p>
 <ol>
@@ -133,7 +132,7 @@
 	<li> If no request was made, the agent can assume the "update" is due to the action of the opponent. </li>
 </ol>
 <hr>
-<p> Page last updated 2013-02-19 by matches </p>
+<p> Page last updated 2013-03-29 by matches </p>
 
 <p> <a href="http://www.ucc.asn.au">The UCC Website</a> </p>
 <p> <a href="http://progcomp.ucc.asn.au/2013/web">UCC::Progcomp 2013</a> </p>
diff --git a/web/index.html b/web/index.html
index d876706..9c04fe9 100644
--- a/web/index.html
+++ b/web/index.html
@@ -53,14 +53,14 @@
 <tr> <th> git </th> <td> <a href="http://git.ucc.asn.au/?p=progcomp2013.git" target="_blank"/>http://git.ucc.asn.au</a> </td> </tr>
 <tr> <th> IRC </th> <td> <a href="irc://irc.ucc.asn.au/progcomp"/>#progcomp</a> </td> </tr>
 <tr> <th> Mailing List </th> <td> <a href="http://lists.ucc.gu.uwa.edu.au/mailman/listinfo/progcomp" target="_blank"/>progcomp at ucc</a> </td> </tr>
-<tr> <th> Dates </th> <td> <a href="dates.html"/>subject to change</a> </td> </tr>
+<tr> <th> Dates </th> <td> <a href="dates.txt"/>subject to change</a> </td> </tr>
 <tr> <th> Results </th> <td> <a href="results"/>will appear here</a> </td> </tr>
 <tr> <th> Contact </th> <td> matches or wheel at ucc </td> </tr> 
 </table>
 
 <hr>
 
-<p> Page last updated 2013-02-18 by matches </p>
+<p> Page last updated 2013-03-29 by matches </p>
 
 <p> <a href="http://www.ucc.asn.au">The UCC Website</a> </p>
 <p> <a href="http://progcomp.ucc.asn.au">UCC::Progcomp Website</a> </p>
-- 
GitLab