From b3f2e0483fda99c480cb639c0cf77a45420a05fb Mon Sep 17 00:00:00 2001 From: "Srivats P." Date: Sun, 20 Mar 2011 20:59:39 +0530 Subject: [PATCH] Fixed invalid FAQ URL --- client/portgroup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/portgroup.cpp b/client/portgroup.cpp index 63bc968..bbea61d 100644 --- a/client/portgroup.cpp +++ b/client/portgroup.cpp @@ -168,7 +168,7 @@ void PortGroup::when_portListChanged(quint32 /*portGroupId*/) "Please ensure that you are running 'drone' - the server " "component of Ostinato with admin/root OR setuid privilege.\n\n" "For more information see " - "http://ostinato.googlecode.com/wiki/FAQ#" + "http://code.google.com/p/ostinato/wiki/FAQ#" "Q._Port_group_has_no_interfaces") .arg(serverAddress().toString()) .arg(int(serverPort())));