diff --git a/INSTALL b/INSTALL
index ef4c0b9..8e1a9d9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -47,7 +47,8 @@ need some additional programs or libraries installed:
see http://www.g15tools.com/
* GraphLCD and GLCDprocDriver for use with the 'glcdlib' driver, see
- http://graphlcd.berlios.de/ and http://www.muresan.de/graphlcd/lcdproc/
+ http://projects.vdr-developer.org/projects/graphlcd/ and
+ http://lucianm.github.com/GLCDprocDriver/
* libirman for use with the 'irman' driver, see
http://www.evation.com/libirman/libirman.html for the home page and
diff --git a/docs/lcdproc-user/drivers/glcdlib.docbook b/docs/lcdproc-user/drivers/glcdlib.docbook
index 8069b8d..475812e 100644
--- a/docs/lcdproc-user/drivers/glcdlib.docbook
+++ b/docs/lcdproc-user/drivers/glcdlib.docbook
@@ -18,11 +18,11 @@ graphlcd-base.
The so-called "meta-driver" glcdlib extends LCDproc's supported drivers by
all the drivers supported by graphlcd-base, which you can get from
-.
+.
In order to be able to use it, you have to get and install the glcdprocdriver
-from
+from
before configuring the LCDproc build process --enable-drivers=glcdlib.
diff --git a/server/drivers/glcdlib.c b/server/drivers/glcdlib.c
index 733c9e0..57512af 100644
--- a/server/drivers/glcdlib.c
+++ b/server/drivers/glcdlib.c
@@ -2,19 +2,17 @@
* LCDd \c glcdlib "meta-driver" for all displays supported by graphlcd-base.
*/
-/*
+/*-
* This so-called "meta-driver" extends LCDproc's supported drivers by
* all the drivers supported by graphlcd-base, which you can get from
- * http://graphlcd.berlios.de.
+ * http://projects.vdr-developer.org/projects/graphlcd/ .
* In order to be able to use it, you have to get and install the glcdprocdriver
- * from http://www.muresan.de/graphlcd/lcdproc/.
+ * from http://lucianm.github.com/GLCDprocDriver/ .
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 2005 Lucian Muresan
- *
- *
*/
diff --git a/server/drivers/glcdlib.h b/server/drivers/glcdlib.h
index be8889b..7799e9c 100644
--- a/server/drivers/glcdlib.h
+++ b/server/drivers/glcdlib.h
@@ -1,16 +1,14 @@
-/*
+/*-
* This so-called "meta-driver" extends LCDproc's supported drivers by
* all the drivers supported by graphlcd-base, which you can get from
- * http://graphlcd.berlios.de.
+ * http://projects.vdr-developer.org/projects/graphlcd/ .
* In order to be able to use it, you have to get and install the glcdprocdriver
- * from http://www.muresan.de/graphlcd/lcdproc/.
+ * from http://lucianm.github.com/GLCDprocDriver/ .
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 2005 Lucian Muresan
- *
- *
*/
diff --git a/server/drivers/pylcd.c b/server/drivers/pylcd.c
index 5b40023..87065fd 100644
--- a/server/drivers/pylcd.c
+++ b/server/drivers/pylcd.c
@@ -3,7 +3,7 @@
* from Pyramid Computer GmbH.
*
* For more information see
- * https://www.pyramid.de/de/hardware/spezialkomponenten.php
+ * http://www.pyramid.de/en/products/specialities.php
*/
/*-