contribute

This commit is contained in:
Tim Bentley 2012-10-21 19:23:50 +01:00
parent 3eca286a08
commit 01c537d965
1 changed files with 1 additions and 1 deletions

View File

@ -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)