diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index d6e4b9dc30..04067c0037 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -54,11 +54,11 @@ openstackdocs_bug_tag = 'documentation' extlinks = { 'bug': ( 'https://bugs.launchpad.net/bugs/%s', - 'bug ', + 'bug:%s', ), 'blueprint': ( 'https://blueprints.launchpad.net/horizon/+spec/%s', - 'blueprint ', + 'blueprint:%s', ), }