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

@@ -209,7 +209,7 @@ int main( int argc, char ** argv )
App::Application::Config()["ExeName"] = "FreeCAD";
App::Application::Config()["ExeVendor"] = "FreeCAD";
App::Application::Config()["AppDataSkipVendor"] = "true";
App::Application::Config()["MaintainerUrl"] = "http://apps.sourceforge.net/mediawiki/free-cad/index.php?title=Main_Page";
App::Application::Config()["MaintainerUrl"] = "http://www.freecadweb.org/wiki/index.php?title=Main_Page";
// set the banner (for logging and console)
App::Application::Config()["CopyrightInfo"] = sBanner;