Skip to content

Commit

Permalink
[Main] change URL
Browse files Browse the repository at this point in the history
as reported in the forum: https://forum.freecadweb.org/viewtopic.php?p=601657#p601657
we should use our new URL
  • Loading branch information
donovaly committed Jun 12, 2022
1 parent 3528c62 commit 8bbf9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main/MainGui.cpp
Expand Up @@ -169,7 +169,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://www.freecadweb.org/wiki/Main_Page";
App::Application::Config()["MaintainerUrl"] = "http://www.freecad.org/wiki/Main_Page";

// set the banner (for logging and console)
App::Application::Config()["CopyrightInfo"] = sBanner;
Expand Down

0 comments on commit 8bbf9b8

Please sign in to comment.