From: Christian Weiske Date: Fri, 17 Aug 2012 18:12:17 +0000 (+0200) Subject: use sourceforge homepage X-Git-Tag: v0.1.0~7 X-Git-Url: https://git.cweiske.de/surrogator.git/commitdiff_plain/34080378b403776aebc206a2e23a1ba2e7d0aa97 use sourceforge homepage --- diff --git a/surrogator.php b/surrogator.php index 8d387d5..6519f5b 100755 --- a/surrogator.php +++ b/surrogator.php @@ -11,7 +11,7 @@ * @package Surrogator * @author Christian Weiske * @license http://www.gnu.org/licenses/agpl.html AGPLv3 or later - * @link http://git.cweiske.de/?p=surrogator.git + * @link https://sourceforge.net/p/surrogator/ */ namespace surrogator; $cfgFile = __DIR__ . '/data/surrogator.config.php'; diff --git a/www/avatar.php b/www/avatar.php index bf2b9bc..09bf197 100644 --- a/www/avatar.php +++ b/www/avatar.php @@ -10,7 +10,7 @@ * @package Surrogator * @author Christian Weiske * @license http://www.gnu.org/licenses/agpl.html AGPLv3 or later - * @link http://git.cweiske.de/?p=surrogator.git + * @link https://sourceforge.net/p/surrogator/ */ namespace surrogator; $cfgFile = __DIR__ . '/../data/surrogator.config.php';