From 782cae1d22a82ee36f8e94a0a927eb1eb8a14ee0 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 11 Nov 2013 11:42:34 -0200 Subject: [PATCH] Updated forum links to the new subdomain --- README | 2 +- src/App/Application.cpp | 2 +- src/Gui/CommandStd.cpp | 2 +- src/Mod/Part/App/PartFeatures.cpp | 2 +- src/Mod/PartDesign/App/FeatureDraft.cpp | 2 +- src/Mod/Sketcher/App/freegcs/GCS.cpp | 2 +- src/Mod/TemplatePyMod/MengerSponge.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 0b26fdc11..41b17bc49 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ Linux platforms. Home page: http://www.freecadweb.org Documentation wiki: http://www.freecadweb.org/wiki/ -Forum: http://www.freecadweb.org/forum/ +Forum: http://forum.freecadweb.org/ Bug tracker: http://www.freecadweb.org/tracker/ Git repository: http://sourceforge.net/p/free-cad/code/ci/master/tree/ diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 9665c30ef..4d14f4280 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -1363,7 +1363,7 @@ void Application::LoadParameters(void) #if defined(_MSC_VER) // fix weird error while linking boost (all versions of VC) -// VS2010: http://www.freecadweb.org/forum/viewtopic.php?f=4&t=1886&p=12553&hilit=boost%3A%3Afilesystem%3A%3Aget#p12553 +// VS2010: http://forum.freecadweb.org/viewtopic.php?f=4&t=1886&p=12553&hilit=boost%3A%3Afilesystem%3A%3Aget#p12553 namespace boost { namespace program_options { std::string arg="arg"; } } #if (defined (BOOST_VERSION) && (BOOST_VERSION >= 104100)) namespace boost { namespace program_options { diff --git a/src/Gui/CommandStd.cpp b/src/Gui/CommandStd.cpp index a482b3664..d696adaeb 100644 --- a/src/Gui/CommandStd.cpp +++ b/src/Gui/CommandStd.cpp @@ -544,7 +544,7 @@ StdCmdFreeCADForum::StdCmdFreeCADForum() void StdCmdFreeCADForum::activated(int iMsg) { - OpenURLInBrowser("http://www.freecadweb.org/forum/"); + OpenURLInBrowser("http://forum.freecadweb.org/"); } //=========================================================================== diff --git a/src/Mod/Part/App/PartFeatures.cpp b/src/Mod/Part/App/PartFeatures.cpp index b9044897f..5149b7b2c 100644 --- a/src/Mod/Part/App/PartFeatures.cpp +++ b/src/Mod/Part/App/PartFeatures.cpp @@ -356,7 +356,7 @@ App::DocumentObjectExecReturn *Sweep::execute(void) return new App::DocumentObjectExecReturn("Linked shape is invalid."); // There is a weird behaviour of BRepOffsetAPI_MakePipeShell when trying to add the wire as is. // If we re-create the wire then everything works fine. - // http://www.freecadweb.org/forum/viewtopic.php?f=10&t=2673&sid=fbcd2ff4589f0b2f79ed899b0b990648#p20268 + // http://forum.freecadweb.org/viewtopic.php?f=10&t=2673&sid=fbcd2ff4589f0b2f79ed899b0b990648#p20268 if (shape.ShapeType() == TopAbs_FACE) { TopoDS_Wire faceouterWire = ShapeAnalysis::OuterWire(TopoDS::Face(shape)); profiles.Append(faceouterWire); diff --git a/src/Mod/PartDesign/App/FeatureDraft.cpp b/src/Mod/PartDesign/App/FeatureDraft.cpp index 1fffa834a..5b3a94f4a 100644 --- a/src/Mod/PartDesign/App/FeatureDraft.cpp +++ b/src/Mod/PartDesign/App/FeatureDraft.cpp @@ -266,7 +266,7 @@ App::DocumentObjectExecReturn *Draft::execute(void) if (!mkDraft.AddDone()) { // Note: the function ProblematicShape returns the face on which the error occurred // Note: mkDraft.Remove() stumbles on a bug in Draft_Modification::Remove() and is - // therefore unusable. See http://www.freecadweb.org/forum/viewtopic.php?f=10&t=3209&start=10#p25341 + // therefore unusable. See http://forum.freecadweb.org/viewtopic.php?f=10&t=3209&start=10#p25341 // The only solution is to discard mkDraft and start over without the current face // mkDraft.Remove(face); Base::Console().Error("Adding face failed on %s. Omitted\n", it->c_str()); diff --git a/src/Mod/Sketcher/App/freegcs/GCS.cpp b/src/Mod/Sketcher/App/freegcs/GCS.cpp index 97f07b07a..a24aa0cca 100644 --- a/src/Mod/Sketcher/App/freegcs/GCS.cpp +++ b/src/Mod/Sketcher/App/freegcs/GCS.cpp @@ -30,7 +30,7 @@ #include #include -// http://www.freecadweb.org/forum/viewtopic.php?f=3&t=4651&start=40 +// http://forum.freecadweb.org/viewtopic.php?f=3&t=4651&start=40 namespace Eigen { typedef Matrix MatrixdType; diff --git a/src/Mod/TemplatePyMod/MengerSponge.py b/src/Mod/TemplatePyMod/MengerSponge.py index 0f5bb0ed6..1c058334d 100644 --- a/src/Mod/TemplatePyMod/MengerSponge.py +++ b/src/Mod/TemplatePyMod/MengerSponge.py @@ -2,7 +2,7 @@ # (c) 2012 Werner Mayer LGPL # The script is based on the work of daxmick at -# http://www.freecadweb.org/forum/viewtopic.php?f=3&t=2307 +# http://forum.freecadweb.org/viewtopic.php?f=3&t=2307 import threading import Mesh, MeshGui