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

@@ -458,7 +458,7 @@ void StdCmdDownloadOnlineHelp::activated(int iMsg)
if (!wget->isDownloading()) {
ParameterGrp::handle hGrp = App::GetApplication().GetUserParameter().GetGroup("BaseApp");
hGrp = hGrp->GetGroup("Preferences")->GetGroup("OnlineHelp");
std::string url = hGrp->GetASCII("DownloadURL", "http://apps.sourceforge.net/mediawiki/free-cad/");
std::string url = hGrp->GetASCII("DownloadURL", "www.freecadweb.org/wiki/");
std::string prx = hGrp->GetASCII("ProxyText", "");
bool bUseProxy = hGrp->GetBool ("UseProxy", false);
bool bAuthor = hGrp->GetBool ("Authorize", false);