From 01c537d965ef13b80bcc25fb3a5550f46f6fc81f Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 21 Oct 2012 19:23:50 +0100 Subject: [PATCH] contribute --- openlp/core/ui/aboutform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)