diff --git a/pandora_server/lib/PandoraFMS/Config.pm b/pandora_server/lib/PandoraFMS/Config.pm index 09a0e0cc26..5cd8318c4a 100644 --- a/pandora_server/lib/PandoraFMS/Config.pm +++ b/pandora_server/lib/PandoraFMS/Config.pm @@ -74,7 +74,7 @@ sub pandora_init { my $init_string = $_[1]; printf "\n$init_string $pandora_version Build $pandora_build Copyright (c) 2004-2008 ArticaST\n"; printf "This program is OpenSource, licensed under the terms of GPL License version 2.\n"; - printf "You can download latest versions and documentation at http://pandora.sourceforge.net \n\n"; + printf "You can download latest versions and documentation at http://www.pandorafms.org \n\n"; # Load config file from command line if ($#ARGV == -1 ){