From 58a6bb69a440d744c1439502b51e5a7d6ccf0b07 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Tue, 3 Oct 2023 14:17:35 +0200 Subject: [PATCH] docs: Change Storyboard links to Launchpad Change-Id: I84d5a3b516f3e46b82e4a87b00013c5c942b96e8 --- CONTRIBUTING.rst | 5 ++--- README.rst | 2 +- api-ref/source/conf.py | 2 +- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d5746c59fa..968d968252 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -47,8 +47,7 @@ Task Tracking there more than one launchpad project? what's the name of the project group in storyboard? -We track our tasks in `Storyboard -`_ +We track our tasks in `Launchpad `_ Reporting a Bug ~~~~~~~~~~~~~~~ @@ -56,7 +55,7 @@ Reporting a Bug report bugs for your project. You found an issue and want to make sure we are aware of it? You can do so -on `Storyboard `_. +on `Launchpad `_. Getting Your Patch Merged ~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index efccef0330..a0332174cc 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ For more information, please refer to the following resources: * **Admin guide:** https://docs.openstack.org/magnum/latest/admin/index.html * **Source:** https://opendev.org/openstack/magnum * **Blueprints:** https://blueprints.launchpad.net/magnum -* **Bugs:** https://storyboard.openstack.org/#!/project/openstack/magnum +* **Bugs:** https://bugs.launchpad.net/magnum * **REST Client:** https://opendev.org/openstack/python-magnumclient * **Release notes:** https://docs.openstack.org/releasenotes/magnum/index.html * **Contributing:** https://docs.openstack.org/magnum/latest/contributor/index.html diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 4e67555193..ff8d3b503d 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -92,7 +92,7 @@ pygments_style = 'native' # openstackdocstheme options openstackdocs_repo_name = 'openstack/magnum' -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False # -- Options for man page output ---------------------------------------------- diff --git a/doc/source/conf.py b/doc/source/conf.py index ab7be791c0..c2ae7e4c4c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -32,7 +32,7 @@ extensions = [ # openstackdocstheme options openstackdocs_repo_name = 'openstack/magnum' openstackdocs_pdf_link = True -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False config_generator_config_file = '../../etc/magnum/magnum-config-generator.conf' sample_config_basename = '_static/magnum' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 4b8010da93..7ce9e7bcb7 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -46,7 +46,7 @@ extensions = [ # openstackdocstheme options openstackdocs_repo_name = 'openstack/magnum' -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']