diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 9cc981b1..632a44af 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -38,8 +38,10 @@ Code Hosting
 
     * https://git.openstack.org/cgit/openstack-infra/storyboard-webclient
 
+    * https://git.openstack.org/cgit/openstack-infra/python-storyboardclient
+
 Code Review
-    https://review.openstack.org/#/q/status:open+AND+(project:openstack-infra/storyboard+OR+project:openstack-infra/storyboard-webclient),n,z
+    https://review.openstack.org/#/q/status:open+AND+(project:openstack-infra/storyboard+OR+project:openstack-infra/storyboard-webclient+OR+project:openstack-infra/python-storyboardclient),n,z
 
     Please read `GerritWorkflow`_ before sending your first patch for review.
 
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d80a8d1f..1bcf78fe 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -19,6 +19,7 @@ StoryBoard consists of two components:
 .. _WSME: http://wsme.readthedocs.org/en/latest/
 .. _Storyboard API service: https://git.openstack.org/cgit/openstack-infra/storyboard/
 .. _Storyboard Web Client: https://git.openstack.org/cgit/openstack-infra/storyboard-webclient
+.. _Storyboard Python Client: https://git.openstack.org/cgit/openstack-infra/python-storyboardclient