Skip to content

Commit

Permalink
Merge pull request #314 from alexgithublab/patch-1
Browse files Browse the repository at this point in the history
Update hyperlink to Nitrokey 3 documentation
  • Loading branch information
mmerklinger authored Nov 20, 2024
2 parents 4a1da8f + ff97035 commit 8f2eba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitrokeyapp/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self, qt_app: QtWidgets.QApplication, log_file: str):
self.ui.nitrokeyButtonsLayout.setSpacing(8)

self.help_btn.clicked.connect(
lambda: webbrowser.open("https://docs.nitrokey.com/nitrokey3")
lambda: webbrowser.open("https://docs.nitrokey.com/nitrokeys/nitrokey3/")
)
self.home_button.clicked.connect(self.home_button_pressed)

Expand Down

0 comments on commit 8f2eba1

Please sign in to comment.