From 61a844205fb9c67f76cd2075db87e1e89c24e30f Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Fri, 29 Jun 2018 10:16:13 -0400 Subject: [PATCH] Update links to Storyboard with project ID Change-Id: I4535cdb1ccf9ba6382bda9e5e1f2c23790615659 --- CONTRIBUTING.rst | 2 +- README.rst | 2 +- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4327bb4..86d40f8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -12,4 +12,4 @@ submitted for review via the Gerrit tool: Pull requests submitted through GitHub will be ignored. -Bugs should be filed on Storyboard https://storyboard.openstack.org/ +Bugs should be filed on Storyboard https://storyboard.openstack.org/#!/project/1038 diff --git a/README.rst b/README.rst index a0ce709..8ea38ff 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Note that this is a hard requirement. * Free software: Apache license * Documentation: https://docs.openstack.org/openstack-service-broker/latest * Source: https://git.openstack.org/cgit/openstack/openstack-service-broker -* Bugs: https://storyboard.openstack.org/ +* Bugs: https://storyboard.openstack.org/#!/project/1038 -------- diff --git a/doc/source/conf.py b/doc/source/conf.py index 104555b..eaea8e0 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,7 +41,7 @@ copyright = u'2018- OpenStack Developers' # openstackdocstheme options repository_name = 'openstack/openstack-service-broker' -bug_project = '' +bug_project = '1038' bug_tag = '' html_last_updated_fmt = '%Y-%m-%d %H:%M' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 5eff796..9b632d0 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -57,7 +57,7 @@ copyright = u'2017, OpenStack Developers' # openstackdocstheme options repository_name = 'openstack/openstack-service-broker' -bug_project = '' +bug_project = '1038' bug_tag = '' html_last_updated_fmt = '%Y-%m-%d %H:%M'