From a81604b9be1222b869530c33f19cb08fc20995de Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 4 Nov 2013 17:07:35 -0200 Subject: [PATCH] Updated links to the new bugtracker location --- README | 2 +- src/Main/MainGui.cpp | 2 +- src/Mod/Sketcher/App/Sketch.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index b9a2d2f612..64ae5d8324 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ Linux platforms. Home page: http://www.freecadweb.org Documentation wiki: http://www.freecadweb.org/wiki Forum: http://sourceforge.net/apps/phpbb/free-cad/ -Bug tracker: http://sourceforge.net/apps/mantisbt/free-cad/ +Bug tracker: http://www.freecadweb.org/tracker Git repository: http://sourceforge.net/p/free-cad/code/ci/master/tree/ Installing diff --git a/src/Main/MainGui.cpp b/src/Main/MainGui.cpp index c3823cdf55..641268fcfd 100644 --- a/src/Main/MainGui.cpp +++ b/src/Main/MainGui.cpp @@ -184,7 +184,7 @@ int main( int argc, char ** argv ) // Make sure to setup the Qt locale system before setting LANG and LC_ALL to C. // which is needed to use the system locale settings. (void)QLocale::system(); - // https://sourceforge.net/apps/mantisbt/free-cad/view.php?id=399 + // http://www.freecadweb.org/tracker/view.php?id=399 // Because of setting LANG=C the Qt automagic to use the correct encoding // for file names is broken. This is a workaround to force the use of UTF-8 encoding QFile::setEncodingFunction(myEncoderFunc); diff --git a/src/Mod/Sketcher/App/Sketch.cpp b/src/Mod/Sketcher/App/Sketch.cpp index 7339fd9700..da0c334f62 100644 --- a/src/Mod/Sketcher/App/Sketch.cpp +++ b/src/Mod/Sketcher/App/Sketch.cpp @@ -1673,7 +1673,7 @@ int Sketch::solve(void) if (soltype > 0) { Base::Console().Log("If you see this message please report a way of reproducing this result at\n"); - Base::Console().Log("https://sourceforge.net/apps/mantisbt/free-cad/main_page.php\n"); + Base::Console().Log("http://www.freecadweb.org/tracker/main_page.php\n"); } break;