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

@@ -650,7 +650,7 @@ void Document::Save (Base::Writer &writer) const
{
writer.Stream() << "<?xml version='1.0' encoding='utf-8'?>" << endl
<< "<!--" << endl
<< " FreeCAD Document, see http://free-cad.sourceforge.net for more information..." << endl
<< " FreeCAD Document, see http://www.freecadweb.org for more information..." << endl
<< "-->" << endl;
writer.Stream() << "<Document SchemaVersion=\"4\">" << endl;