diff options
-rw-r--r-- | docs/en/rst/conf.py | 4 | ||||
-rw-r--r-- | docs/en/rst/installing/linux.rst | 2 | ||||
-rw-r--r-- | 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. |