]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[no bug] fix documentation errors
authorDave Miller <github@justdave.net>
Tue, 3 Sep 2024 15:39:02 +0000 (11:39 -0400)
committerDave Miller <github@justdave.net>
Tue, 3 Sep 2024 15:39:02 +0000 (11:39 -0400)
docs/en/rst/conf.py
docs/en/rst/installing/linux.rst
docs/en/rst/installing/quick-start.rst

index cbd418cf812dc2596db5024c0b2bd8059ad0bcfc..db493e999839bd4503b7e32a0f7d17d3381f2827 100644 (file)
@@ -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')}
index 9a6632e315fe94f03fc9f02ef608db52e3fc280d..65e9f1110f61819b8fefc7cdd12e089a39088674 100644 (file)
@@ -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:
 
index b1e6505ab3350347b462ef64e6607a27d2055f98..eda291458232b4545a488cf2897d23deb0e40a3e 100644 (file)
@@ -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.