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 411091b0e6..620b60ac3b 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,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']