mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-18 15:51:57 +00:00
fix faq url
This commit is contained in:
parent
aa019231ba
commit
f817de3575
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class MenuBar(component.Component):
|
|||
|
||||
def on_menuitem_faq_activate(self, data=None):
|
||||
log.debug("on_menuitem_faq_activate")
|
||||
client.open_url_in_browser("http://deluge-torrent.org/faq")
|
||||
client.open_url_in_browser("http://deluge-torrent.org/faq.php")
|
||||
|
||||
def on_menuitem_community_activate(self, data=None):
|
||||
log.debug("on_menuitem_community_activate")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue