diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 456496743..d668b5014 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -11,6 +11,6 @@ the workflow documented at:
 
 Pull requests submitted through GitHub will be ignored.
 
-Bugs should be filed in StoryBoard, not GitHub:
+Bugs should be filed in Launchpad, not GitHub:
 
-   https://storyboard.openstack.org/#!/project/947
+   https://bugs.launchpad.net/ironic-python-agent/+bugs
diff --git a/README.rst b/README.rst
index 4494ed5a9..64eb75077 100644
--- a/README.rst
+++ b/README.rst
@@ -39,9 +39,9 @@ section of the Ironic dev-quickstart guide.
 
 Project Resources
 =================
-Project status, features, and bugs are tracked on StoryBoard:
+Project bugs are tracked on Launchpad:
 
-  https://storyboard.openstack.org/#!/project/947
+  https://bugs.launchpad.net/ironic-python-agent/+bugs
 
 Developer documentation can be found here:
 
@@ -56,7 +56,7 @@ Source code repository for the project is located at:
   https://opendev.org/openstack/ironic-python-agent/
 
 IRC channel:
-    #openstack-ironic
+    #openstack-ironic on irc.oftc.net
 
 To contribute, start here: `Openstack: How to
 contribute <https://docs.openstack.org/infra/manual/developers.html>`_.
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4f0ab6d8b..09e8e1a1e 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -61,7 +61,7 @@ html_theme = 'openstackdocs'
 # openstackdocstheme options
 openstackdocs_repo_name = 'openstack/ironic-python-agent'
 openstackdocs_pdf_link = True
-openstackdocs_use_storyboard = True
+openstackdocs_use_storyboard = False
 
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'Ironic Python Agentdoc'
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 315984043..bd756163e 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -113,7 +113,7 @@ html_theme = 'openstackdocs'
 # openstackdocstheme options
 openstackdocs_repo_name = 'openstack/ironic-python-agent'
 openstackdocs_auto_name = False
-openstackdocs_use_storyboard = True
+openstackdocs_use_storyboard = False
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the