diff --git a/src/Mod/Robot/Gui/Workbench.cpp b/src/Mod/Robot/Gui/Workbench.cpp index 0e339799c7..1739f7e6a2 100644 --- a/src/Mod/Robot/Gui/Workbench.cpp +++ b/src/Mod/Robot/Gui/Workbench.cpp @@ -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(); }