0001102: Updated all links to old freecad homepage and wiki to the new ones

This commit is contained in:
Yorik van Havre
2013-09-15 17:04:42 -03:00
parent d7a8037fe3
commit 4005b199e0
72 changed files with 95 additions and 87 deletions

View File

@@ -1568,7 +1568,7 @@ void Application::ParseOptions(int ac, char ** av)
if (vm.count("help")) {
std::stringstream str;
str << mConfig["ExeName"] << endl << endl;
str << "For detailed descripton see http://free-cad.sf.net" << endl<<endl;
str << "For detailed descripton see http://www.freecadweb.org" << endl<<endl;
str << "Usage: " << mConfig["ExeName"] << " [options] File1 File2 ..." << endl << endl;
str << visible << endl;
throw Base::ProgramInformation(str.str());