From 4228b6f3a4aacd0a397b1235973496693753932b Mon Sep 17 00:00:00 2001 From: Sam Moore 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 @@

The first program is Red (top of the board), the second is Blue (bottom of the board).

The manager program now has switches to enable/disable graphics and set the move speed of the match.

Use "-g" to enable graphics (by default disabled) and "-t TIMEOUT" to set the move speed (default 0 (as fast as possible)).

-

This program now has a manual page

+

This program now has a manual page

Messaging Protocol and Rules

-

The rules are now also available in the manual page of the manager program

+

The rules are now also available in the manual page of the manager program

Setup

Query

The manager program prints one line in the following format to each program:

-- 2.20.1