diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f8732b7211..9d764b057b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,7 +11,7 @@ to set up and use Gerrit: Bugs should be filed on StoryBoard: - https://storyboard.openstack.org/#!/project/openstack/python-openstackclient + https://launchpad.net/python-openstackclient Developers should also join the discussion on the mailing list, at: diff --git a/doc/source/cli/man/openstack.rst b/doc/source/cli/man/openstack.rst index 29db064199..8f7124dd6d 100644 --- a/doc/source/cli/man/openstack.rst +++ b/doc/source/cli/man/openstack.rst @@ -593,8 +593,8 @@ The following environment variables can be set to alter the behaviour of :progra BUGS ==== -Bug reports are accepted at the python-openstackclient StoryBoard project -"https://storyboard.openstack.org/#!/project/975". +Bug reports are accepted at the python-openstackclient Launchpad project +"https://bugs.launchpad.net/python-openstackclient". AUTHORS diff --git a/doc/source/conf.py b/doc/source/conf.py index 500bdacc8e..0500d482d5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,7 +31,6 @@ extensions = [ # openstackdocstheme options openstackdocs_repo_name = 'openstack/python-openstackclient' -openstackdocs_use_storyboard = True openstackdocs_auto_name = False # Add project 'foo' to this list to enable the :foo-doc: role diff --git a/doc/source/index.rst b/doc/source/index.rst index 7675d6c379..21ae8efc31 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -54,16 +54,15 @@ Contributing ============ OpenStackClient utilizes all of the usual OpenStack processes and requirements for -contributions. The code is hosted `on OpenStack's Git server`_. `Bug reports`_ -may be submitted to the :code:`python-openstackclient` `Storyboard project`_. +contributions. The code is hosted `on OpenStack's Git server`_. Bug reports +may be submitted to the :code:`python-openstackclient` `Launchpad project`_. Code may be submitted to the :code:`openstack/python-openstackclient` project using `Gerrit`_. Developers may also be found in the `IRC channel`_ ``#openstack-sdks``. .. _`on OpenStack's Git server`: https://opendev.org/openstack/python-openstackclient/ -.. _`Storyboard project`: https://storyboard.openstack.org/#!/project/openstack/python-openstackclient +.. _`Launchpad project`: https://bugs.launchpad.net/python-openstackclient .. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow -.. _Bug reports: https://storyboard.openstack.org/#!/project/975 .. _PyPi: https://pypi.org/project/python-openstackclient .. _tarball: http://tarballs.openstack.org/python-openstackclient .. _IRC channel: https://wiki.openstack.org/wiki/IRC