diff --git a/src/Mod/BIM/bimcommands/BimTutorial.py b/src/Mod/BIM/bimcommands/BimTutorial.py index 1467b2786c..e7b53e3dbc 100644 --- a/src/Mod/BIM/bimcommands/BimTutorial.py +++ b/src/Mod/BIM/bimcommands/BimTutorial.py @@ -113,7 +113,7 @@ class BIM_Tutorial: if sys.version_info.major >= 3: html = html.decode("utf8") html = html.replace("\n", " ") - html = html.replace('"/wiki/', '"https://www.freecadweb.org/wiki/') + html = html.replace('href="/', 'href="https://wiki.freecad.org/') html = re.sub( '
', "", html ) # remove table of contents