diff --git a/doc/source/conf.py b/doc/source/conf.py index ae393be03e..3cfe9d93b0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -339,7 +339,7 @@ sample_policy_basename = 'configuration/_static/octavia' openstackdocs_repo_name = 'openstack/octavia' openstackdocs_pdf_link = True -openstackdocs_bug_project = '908' +openstackdocs_bug_project = 'octavia' openstackdocs_bug_tag = 'docs' apidoc_output_dir = 'contributor/modules' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index e716b45e8d..f11d92b513 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -44,7 +44,7 @@ extensions = [ # openstackdocstheme options openstackdocs_repo_name = 'openstack/octavia' -openstackdocs_bug_project = '908' +openstackdocs_bug_project = 'octavia' openstackdocs_bug_tag = 'doc' # Add any paths that contain templates here, relative to this directory.