From c7d0a3463e29b26870632ce2bc95db6909cbe9ed Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sun, 31 Jan 2016 15:01:20 -0800 Subject: [PATCH] Update links to new site --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index dce5d5e..6373ef5 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Mindstab GO server package -See http://ai.mindstab.net/ for more information. +See https://danballard.com/ai-contest/wiki/Main_Page/ for more information. Copyright 2007 by Dan Ballard, Robert Hausch, and ai.mindstab.net @@ -8,6 +8,6 @@ Uses GTP_connection class from GnuGo so licenced under GPL3 Origional licence included Most usage instructions at: -http://ai.mindstab.net/wiki/index.php/Goserver +https://danballard.com/ai-contest/wiki/Goserver/ If setting up a stats website, place the website directory somewhere web visible, create an 'sgf' subdirectory, set up a MySQL database as outlined in ai_go.sql, and configure the DB options in website/index.php and gtpserver.py accordingly.