fix download url in Robot workbench
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user