link to 0.6 faq
This commit is contained in:
parent
5b60bc2604
commit
9307778bea
|
@ -385,7 +385,7 @@ class MenuBar(component.Component):
|
|||
|
||||
def on_menuitem_faq_activate(self, data=None):
|
||||
log.debug("on_menuitem_faq_activate")
|
||||
common.open_url_in_browser("http://deluge-torrent.org/faq.php")
|
||||
common.open_url_in_browser("http://dev.deluge-torrent.org/wiki/Faq")
|
||||
|
||||
def on_menuitem_community_activate(self, data=None):
|
||||
log.debug("on_menuitem_community_activate")
|
||||
|
|
|
@ -165,7 +165,7 @@ $def with (exception_type, exception_value, frames, exception_message, version_i
|
|||
<!--ERROR-MARKER-->
|
||||
Oops, Deluge Broke :-( , You might have found a bug, or you did something really stupid ;-).
|
||||
<br />If the error persists :<br />
|
||||
Read the <a href="http://deluge-torrent.org/faq">Faq</a>.<br />
|
||||
Read the <a href="http://dev.deluge-torrent.org/wiki/Faq">Faq</a>.<br />
|
||||
Try downloading the latest version at
|
||||
<a href="http://deluge-torrent.org">deluge-torrent.org</a>
|
||||
<br />Visit the <a href="http://forum.deluge-torrent.org">forum</a>
|
||||
|
|
Loading…
Reference in New Issue