fix download url in Robot workbench

This commit is contained in:
wmayer
2018-03-22 10:55:44 +01:00
parent 4301216e76
commit 9a5bc610bb

View File

@@ -81,8 +81,8 @@ void Workbench::activated()
QObject::tr("No robot files installed"),
QObject::tr("Please visit %1 and copy the files to %2")
.arg(QString::fromLatin1(
"https://free-cad.svn.sourceforge.net"
"/svnroot/free-cad/trunk/src/Mod/Robot/Lib/Kuka")).arg(dir)
"https://github.com/FreeCAD/FreeCAD/tree/master"
"/src/Mod/Robot/Lib/Kuka")).arg(dir)
);
wc.setWaitCursor();
}