diff options
author | Dave Miller <github@justdave.net> | 2024-09-03 11:39:02 -0400 |
---|---|---|
committer | Dave Miller <github@justdave.net> | 2024-09-03 11:39:02 -0400 |
commit | 14345241e997c557504c677f8b96a4fab386d731 (patch) | |
tree | 93341312ff2c4c8d01885b8519fd6a9acb6cc942 /docs/en/rst/conf.py | |
parent | 84c82047464e633f035096edb8c7ba0d32414a88 (diff) | |
download | bugs-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.py | 4 |
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')} |