forked from openlp/openlp
Fixed link to 'Contributing' site.
bzr-revno: 1705
This commit is contained in:
commit
f2090100a1
@ -61,6 +61,5 @@ class AboutForm(QtGui.QDialog, Ui_AboutDialog):
|
|||||||
Launch a web browser and go to the contribute page on the site.
|
Launch a web browser and go to the contribute page on the site.
|
||||||
"""
|
"""
|
||||||
import webbrowser
|
import webbrowser
|
||||||
url = u'http://www.openlp.org/en/documentation/introduction/' \
|
url = u'http://openlp.org/en/documentation/introduction/contributing'
|
||||||
+ u'contributing.html'
|
|
||||||
webbrowser.open_new(url)
|
webbrowser.open_new(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user