From: Dave Miller Date: Tue, 3 Sep 2024 15:39:02 +0000 (-0400) Subject: [no bug] fix documentation errors X-Git-Tag: bugzilla-5.0.4.1~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=14345241e997c557504c677f8b96a4fab386d731;p=thirdparty%2Fbugzilla.git [no bug] fix documentation errors --- diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index cbd418cf8..db493e999 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -388,5 +388,5 @@ todo_include_todos = False # on RTD, but that's no longer the case. base_api_url = '../integrating/api/' -extlinks = {'bug': ('https://bugzilla.mozilla.org/show_bug.cgi?id=%s', 'bug '), - 'api': (base_api_url + '%s', '')} +extlinks = {'bug': ('https://bugzilla.mozilla.org/show_bug.cgi?id=%s', 'bug %s'), + 'api': (base_api_url + '%s', '%s')} diff --git a/docs/en/rst/installing/linux.rst b/docs/en/rst/installing/linux.rst index 9a6632e31..65e9f1110 100644 --- a/docs/en/rst/installing/linux.rst +++ b/docs/en/rst/installing/linux.rst @@ -29,7 +29,7 @@ want to use a different database or webserver, substitute the package names as appropriate. Fedora, CentOS Stream and RHEL ------------------- +------------------------------ The following command will install Fedora's packaged version of Bugzilla: diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst index b1e6505ab..eda291458 100644 --- a/docs/en/rst/installing/quick-start.rst +++ b/docs/en/rst/installing/quick-start.rst @@ -69,7 +69,7 @@ second command to finish. If you start another terminal, you will need to :command:`sudo su` again. Configure MariaDB -=============== +================= The following instructions use the simple :file:`nano` editor, but feel free to use any text editor you are comfortable with.