Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 7d2c10f

Browse files
Roy-043yorikvanhavre
authored andcommitted
BIM: fix Wiki links in BIM Tutorial
1 parent b64549b commit 7d2c10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/BIM/bimcommands/BimTutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def load(self, arg=None):
113113
if sys.version_info.major >= 3:
114114
html = html.decode("utf8")
115115
html = html.replace("\n", " ")
116-
html = html.replace('"/wiki/', '"https://www.freecadweb.org/wiki/')
116+
html = html.replace('href="/', 'href="https://wiki.freecad.org/')
117117
html = re.sub(
118118
'<div id="toc".*?</ul> </div>', "", html
119119
) # remove table of contents

0 commit comments

Comments
 (0)