Fix broken link to about website

This commit is contained in:
Ali Sabzevari 2020-09-04 20:09:11 +02:00 committed by Peter F. Patel-Schneider
parent b0297694d1
commit 9de4d392d4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def _create():
))
)
about.set_website('http://pwr-solaar.github.io/Solaar/')
about.set_website('https://pwr-solaar.github.io/Solaar')
about.set_website_label(NAME)
about.connect('response', lambda x, y: x.hide())