From ec44b9dca18c94a7eead1f97efdfb6f3d48eabdb Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Mon, 19 May 2014 22:15:45 -0700 Subject: [PATCH] xrdp: update web site --- xrdp/xrdp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c index b0fd724c..ba9d02a3 100644 --- a/xrdp/xrdp.c +++ b/xrdp/xrdp.c @@ -436,7 +436,7 @@ main(int argc, char **argv) g_writeln(""); g_writeln("xrdp: A Remote Desktop Protocol server."); g_writeln("Copyright (C) Jay Sorg 2004-2014"); - g_writeln("See http://xrdp.sourceforge.net for more information."); + g_writeln("See http://www.xrdp.org for more information."); g_writeln(""); g_writeln("Usage: xrdp [options]"); g_writeln(" --help: show help"); @@ -454,7 +454,7 @@ main(int argc, char **argv) g_writeln(""); g_writeln("xrdp: A Remote Desktop Protocol server."); g_writeln("Copyright (C) Jay Sorg 2004-2014"); - g_writeln("See http://xrdp.sourceforge.net for more information."); + g_writeln("See http://www.xrdp.org for more information."); g_writeln("Version %s", PACKAGE_VERSION); g_writeln(""); g_deinit();