Commit c29749941f856491d31badb2abe18dcddb52d2b5

Authored by Paulo Henrique Junqueira Amorim
1 parent 630e8b0d

ENH: Changed user guide link

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/frame.py
@@ -356,7 +356,7 @@ class Frame(wx.Frame): @@ -356,7 +356,7 @@ class Frame(wx.Frame):
356 Show getting started window. 356 Show getting started window.
357 """ 357 """
358 path = os.path.join(const.DOC_DIR, 358 path = os.path.join(const.DOC_DIR,
359 - "user_guide_invesalius3a.pdf") 359 + "user_guide_pt_BR.pdf")
360 webbrowser.open(path) 360 webbrowser.open(path)
361 361
362 def ShowImportDicomPanel(self): 362 def ShowImportDicomPanel(self):