Skip to content

Commit d0bfef8

Browse files
author
Eric Fried
committed
Doc: launchpad => storyboard
A few docs still referred to launchpad, which osc hasn't used in a couple of years. Cut over to storyboard. Change-Id: Ic9abf0fe1e52c255976bd7a019e999a8e610455e
1 parent 154df0d commit d0bfef8

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ the workflow documented at:
1111

1212
Pull requests submitted through GitHub will be ignored.
1313

14-
Bugs should be filed on Launchpad, not GitHub:
14+
Bugs should be filed on Storyboard, not GitHub or Launchpad:
1515

16-
https://bugs.launchpad.net/python-openstackclient
16+
https://storyboard.openstack.org/#!/project/openstack/python-openstackclient

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ language to describe operations in OpenStack.
2424

2525
* `PyPi`_ - package installation
2626
* `Online Documentation`_
27-
* `Launchpad project`_ - release management
28-
* `Blueprints`_ - feature specifications
29-
* `Bugs`_ - issue tracking
27+
* `Storyboard project`_ - bugs and feature requests
28+
* `Blueprints`_ - feature specifications (historical only)
3029
* `Source`_
3130
* `Developer`_ - getting started as a developer
3231
* `Contributing`_ - contributing code
@@ -36,9 +35,8 @@ language to describe operations in OpenStack.
3635

3736
.. _PyPi: https://pypi.org/project/python-openstackclient
3837
.. _Online Documentation: https://docs.openstack.org/python-openstackclient/latest/
39-
.. _Launchpad project: https://launchpad.net/python-openstackclient
4038
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
41-
.. _Bugs: https://storyboard.openstack.org/#!/project/975
39+
.. _`Storyboard project`: https://storyboard.openstack.org/#!/project/openstack/python-openstackclient
4240
.. _Source: https://opendev.org/openstack/python-openstackclient
4341
.. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html
4442
.. _Contributing: https://docs.openstack.org/infra/manual/developers.html

doc/source/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ Contributing
5555

5656
OpenStackClient utilizes all of the usual OpenStack processes and requirements for
5757
contributions. The code is hosted `on OpenStack's Git server`_. `Bug reports`_
58-
may be submitted to the :code:`python-openstackclient` Storyboard project
59-
on `Launchpad`_. Code may be submitted to the
60-
:code:`openstack/python-openstackclient` project using `Gerrit`_.
61-
Developers may also be found in the `IRC channel`_ ``#openstack-sdks``.
58+
may be submitted to the :code:`python-openstackclient` `Storyboard project`_.
59+
Code may be submitted to the :code:`openstack/python-openstackclient` project
60+
using `Gerrit`_. Developers may also be found in the `IRC channel`_
61+
``#openstack-sdks``.
6262

6363
.. _`on OpenStack's Git server`: https://opendev.org/openstack/python-openstackclient/
64-
.. _Launchpad: https://launchpad.net/python-openstackclient
64+
.. _`Storyboard project`: https://storyboard.openstack.org/#!/project/openstack/python-openstackclient
6565
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
6666
.. _Bug reports: https://storyboard.openstack.org/#!/project/975
6767
.. _PyPi: https://pypi.org/project/python-openstackclient

0 commit comments

Comments
 (0)