Skip to content

Commit

Permalink
Update gui.py
Browse files Browse the repository at this point in the history
dead documentation link
  • Loading branch information
alexgithublab authored Nov 20, 2024
1 parent 4a1da8f commit ff97035
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 ff97035

Please sign in to comment.