Fixed invalid FAQ URL

This commit is contained in:
Srivats P. 2011-03-20 20:59:39 +05:30
parent 71382ae4ca
commit b3f2e0483f

View File

@ -168,7 +168,7 @@ void PortGroup::when_portListChanged(quint32 /*portGroupId*/)
"Please ensure that you are running 'drone' - the server " "Please ensure that you are running 'drone' - the server "
"component of Ostinato with admin/root OR setuid privilege.\n\n" "component of Ostinato with admin/root OR setuid privilege.\n\n"
"For more information see " "For more information see "
"http://ostinato.googlecode.com/wiki/FAQ#" "http://code.google.com/p/ostinato/wiki/FAQ#"
"Q._Port_group_has_no_interfaces") "Q._Port_group_has_no_interfaces")
.arg(serverAddress().toString()) .arg(serverAddress().toString())
.arg(int(serverPort()))); .arg(int(serverPort())));