From 14345241e997c557504c677f8b96a4fab386d731 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Tue, 3 Sep 2024 11:39:02 -0400 Subject: [no bug] fix documentation errors --- docs/en/rst/conf.py | 4 ++-- docs/en/rst/installing/linux.rst | 2 +- docs/en/rst/installing/quick-start.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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. -- cgit v1.2.1