forked from openlp/openlp
contribute
This commit is contained in:
parent
3eca286a08
commit
01c537d965
@ -63,5 +63,5 @@ class AboutForm(QtGui.QDialog, Ui_AboutDialog):
|
||||
Launch a web browser and go to the contribute page on the site.
|
||||
"""
|
||||
import webbrowser
|
||||
url = u'http://openlp.org/development/contribute'
|
||||
url = u'http://openlp.org/en/contribute'
|
||||
webbrowser.open_new(url)
|
||||
|
Loading…
Reference in New Issue
Block a user