Changed help URLs.
This commit is contained in:
parent
057e2a9f1d
commit
90c84b768a
|
@ -331,10 +331,10 @@ class FluentApp:
|
||||||
about.run()
|
about.run()
|
||||||
|
|
||||||
def on_help_index(self, *ignored):
|
def on_help_index(self, *ignored):
|
||||||
gnome.help_display_uri('https://dev.pvv.org/projects/fluent/wiki/help')
|
gnome.help_display_uri('https://dev.pvv.org/projects/fluents/wiki/help')
|
||||||
|
|
||||||
def on_help_report_bug(self, *ignored):
|
def on_help_report_bug(self, *ignored):
|
||||||
gnome.help_display_uri('https://dev.pvv.org/projects/fluent/newticket')
|
gnome.help_display_uri('https://dev.pvv.org/projects/fluents/newticket')
|
||||||
|
|
||||||
def on_workflow_refresh_clicked(self, *ignored):
|
def on_workflow_refresh_clicked(self, *ignored):
|
||||||
try:
|
try:
|
||||||
|
|
Reference in New Issue