openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #11235
[Merge] lp:~googol/openlp/trivial into lp:openlp
Andreas Preikschat has proposed merging lp:~googol/openlp/trivial into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol/openlp/trivial/+merge/70697
Hello
Fixed link to 'Contributing' site.
--
https://code.launchpad.net/~googol/openlp/trivial/+merge/70697
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/trivial into lp:openlp.
=== modified file 'openlp/core/ui/aboutform.py'
--- openlp/core/ui/aboutform.py 2011-06-12 16:02:52 +0000
+++ openlp/core/ui/aboutform.py 2011-08-08 06:41:39 +0000
@@ -61,6 +61,5 @@
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)
Follow ups