Skip to content

Commit

Permalink
update link to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
cbirdferrer committed Oct 30, 2024
1 parent e2dbaaa commit c978dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collatrix/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ def __init__(self):

manual_label = QLabel("Click here to see our online manual")
manual = QPushButton("Manual",self)
manual.clicked.connect(lambda: webbrowser.open('https://github.com/cbirdferrer/collatrix/files/12324107/CollatriX_v2_BETA_manual_230811.pdf'))
manual.clicked.connect(lambda: webbrowser.open('https://github.com/MMI-CODEX/CollatriX/blob/master/CollatriX_v2_manual.pdf'))

spacer1 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
spacer2 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
Expand Down

0 comments on commit c978dcd

Please sign in to comment.