URL moved to the git location
authorMarkus Bröker <mbroeker@largo.homelinux.org>
Sat, 13 Dec 2008 13:41:26 +0100
changeset 1 930f3c241fa5
parent 0 e0dbaef72362
child 2 f4add19ab159
URL moved to the git location
org/homelinux/largo/checkers/Checkers.java
org/homelinux/largo/schach/Schach.java
--- a/org/homelinux/largo/checkers/Checkers.java
+++ b/org/homelinux/largo/checkers/Checkers.java
@@ -23,7 +23,7 @@
 
 public class Checkers extends JFrame implements Runnable {
 	static final long serialVersionUID = 250408;
-	static final String helpURL = "http://largo.homelinux.org/trac/browser/eclipse/Schachspiel/trunk";
+	static final String helpURL = "http://largo.homelinux.org/cgi-bin/gitweb.cgi?p=games/Schach.git;a=summary";
 
 	MouseListener listener = null;
 	KIBoard board = null;
--- a/org/homelinux/largo/schach/Schach.java
+++ b/org/homelinux/largo/schach/Schach.java
@@ -23,7 +23,7 @@
 
 public class Schach extends JFrame implements Runnable {
 	static final long serialVersionUID = 140208;
-	static final String helpURL = "http://largo.homelinux.org/trac/browser/eclipse/Schachspiel/trunk";
+	static final String helpURL = "http://largo.homelinux.org/cgi-bin/gitweb.cgi?p=games/Schach.git;a=summary";
 
 	MouseListener listener = null;
 	KIBoard board = null;