Updated links to the new bugtracker location

This commit is contained in:
Yorik van Havre
2013-11-04 17:07:35 -02:00
parent 1f2c5b04bb
commit a81604b9be
3 changed files with 3 additions and 3 deletions

2
README
View File

@@ -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

View File

@@ -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);

View File

@@ -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;