diff --git a/openlp/core/ui/aboutform.py b/openlp/core/ui/aboutform.py index 747e6cec5..3828318f2 100644 --- a/openlp/core/ui/aboutform.py +++ b/openlp/core/ui/aboutform.py @@ -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)