fixed link to 'Contributing' site

This commit is contained in:
Andreas Preikschat 2011-08-08 08:30:25 +02:00
parent 746001c485
commit c27d50bdda
1 changed files with 1 additions and 2 deletions

View File

@ -61,6 +61,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://www.openlp.org/en/documentation/introduction/' \
+ u'contributing.html'
url = u'http://openlp.org/en/documentation/introduction/contributing'
webbrowser.open_new(url)