From 3dfe63ca1bc46e7c5df173700419ca78e80ee08e Mon Sep 17 00:00:00 2001 From: John Morris Date: Fri, 25 Oct 2019 12:03:29 -0400 Subject: [PATCH] corrected display tags and updated troubleshooting for GitLab --- manual/source/display_tags.rst | 4 ++-- manual/source/troubleshooting.rst | 13 +++++-------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/manual/source/display_tags.rst b/manual/source/display_tags.rst index 604d9cc..45e0332 100644 --- a/manual/source/display_tags.rst +++ b/manual/source/display_tags.rst @@ -167,7 +167,7 @@ each left justified. | Paragraph with | phg | ``
`` | ``
`` | | hanging test | | | | +-----------------+-------+-----------------------------------------------------------------------------------------------------------------------------+----------------+ - | Column left | cl | ``
`` | ``
`` | +-----------------+-------+-----------------------------------------------------------------------------------------------------------------------------+----------------+ - | Column right | cr | ``
`` | ``
`` | +-----------------+-------+-----------------------------------------------------------------------------------------------------------------------------+----------------+ diff --git a/manual/source/troubleshooting.rst b/manual/source/troubleshooting.rst index 8393a94..1e8b2a1 100644 --- a/manual/source/troubleshooting.rst +++ b/manual/source/troubleshooting.rst @@ -11,21 +11,18 @@ If you have found an error in the program (what we call a bug) you should report this to us so that OpenLP can be improved. Before reporting any bugs please first make sure that there is not already a bug report about your problem: -#. Check the `Launchpad bug list `_ -#. `OpenLP support System `_ -#. Check the ``_ forum +#. Check the `OpenLP Issue list `_ +#. Check the `Troubleshooting forum `_ If there **is already a bug report**, you may be able to help by providing further information. However, **if no one else has reported** it yet, then please post a new bug report. #. The **preferred place** for reporting bugs is the - `bugs list `_ on Launchpad. -#. Alternatively, if you do not have a Launchpad account and do not want to sign + `bugs list `_ on GitLab. +#. Alternatively, if you do not have a GitLab account and do not want to sign up for one, you can post in the - `bug reports forum `_. -#. If none of these ways suits you, you can send an email to - ``support (at) openlp.org``. + `Troubleshooting forum `_. What information should I include in a bug report? --------------------------------------------------