aboutsummaryrefslogtreecommitdiffstats
path: root/docs/en/rst/conf.py
diff options
context:
space:
mode:
authorDave Miller <github@justdave.net>2024-09-03 11:39:02 -0400
committerDave Miller <github@justdave.net>2024-09-03 11:39:02 -0400
commit14345241e997c557504c677f8b96a4fab386d731 (patch)
tree93341312ff2c4c8d01885b8519fd6a9acb6cc942 /docs/en/rst/conf.py
parent84c82047464e633f035096edb8c7ba0d32414a88 (diff)
downloadbugs-14345241e997c557504c677f8b96a4fab386d731.tar
bugs-14345241e997c557504c677f8b96a4fab386d731.tar.gz
bugs-14345241e997c557504c677f8b96a4fab386d731.tar.bz2
bugs-14345241e997c557504c677f8b96a4fab386d731.tar.xz
bugs-14345241e997c557504c677f8b96a4fab386d731.zip
[no bug] fix documentation errors
Diffstat (limited to 'docs/en/rst/conf.py')
-rw-r--r--docs/en/rst/conf.py4
1 files changed, 2 insertions, 2 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')}