From 6d4be198a1e22c1c25b790659007195321128863 Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Thu, 14 Sep 2023 10:14:14 +0200 Subject: [PATCH] Fix links to the bug tracker in the docs/releasenotes Change-Id: I7dbd573a6552f2d6f6c73cd582514db3bb39b423 --- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.