From 5b8ef645023ba3f60d843350224cc2836c58d416 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Fri, 3 Aug 2018 10:16:21 -0500
Subject: [PATCH] Update storyboard links to use name

storyboard now supports project name in the urls. Switch to using that
form, since it just looks nicer.

Change-Id: Ibb4185446392af68ddfcc9de4f4f76b44db676c5
---
 CONTRIBUTING.rst | 2 +-
 README.rst       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 9298e22db..873294e88 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -33,7 +33,7 @@ Project Documentation
     https://docs.openstack.org/openstacksdk/latest/
 
 Bug tracker
-    https://storyboard.openstack.org/#!/project/972
+    https://storyboard.openstack.org/#!/project/openstack/openstacksdk
 
 Mailing list (prefix subjects with ``[sdk]`` for faster responses)
     http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
diff --git a/README.rst b/README.rst
index 2b26b1eee..ea5ada641 100644
--- a/README.rst
+++ b/README.rst
@@ -155,7 +155,7 @@ Create a server using objects configured with the ``clouds.yaml`` file:
 Links
 =====
 
-* `Issue Tracker <https://storyboard.openstack.org/#!/project/972>`_
+* `Issue Tracker <https://storyboard.openstack.org/#!/project/openstack/openstacksdk>`_
 * `Code Review <https://review.openstack.org/#/q/status:open+project:openstack/openstacksdk,n,z>`_
 * `Documentation <https://docs.openstack.org/openstacksdk/latest/>`_
 * `PyPI <https://pypi.org/project/openstacksdk/>`_