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
This commit is contained in:
parent
154df0d069
commit
d0bfef807d
@ -11,6 +11,6 @@ the workflow documented at:
|
||||
|
||||
Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
Bugs should be filed on Launchpad, not GitHub:
|
||||
Bugs should be filed on Storyboard, not GitHub or Launchpad:
|
||||
|
||||
https://bugs.launchpad.net/python-openstackclient
|
||||
https://storyboard.openstack.org/#!/project/openstack/python-openstackclient
|
||||
|
@ -24,9 +24,8 @@ language to describe operations in OpenStack.
|
||||
|
||||
* `PyPi`_ - package installation
|
||||
* `Online Documentation`_
|
||||
* `Launchpad project`_ - release management
|
||||
* `Blueprints`_ - feature specifications
|
||||
* `Bugs`_ - issue tracking
|
||||
* `Storyboard project`_ - bugs and feature requests
|
||||
* `Blueprints`_ - feature specifications (historical only)
|
||||
* `Source`_
|
||||
* `Developer`_ - getting started as a developer
|
||||
* `Contributing`_ - contributing code
|
||||
@ -36,9 +35,8 @@ language to describe operations in OpenStack.
|
||||
|
||||
.. _PyPi: https://pypi.org/project/python-openstackclient
|
||||
.. _Online Documentation: https://docs.openstack.org/python-openstackclient/latest/
|
||||
.. _Launchpad project: https://launchpad.net/python-openstackclient
|
||||
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
|
||||
.. _Bugs: https://storyboard.openstack.org/#!/project/975
|
||||
.. _`Storyboard project`: https://storyboard.openstack.org/#!/project/openstack/python-openstackclient
|
||||
.. _Source: https://opendev.org/openstack/python-openstackclient
|
||||
.. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html
|
||||
.. _Contributing: https://docs.openstack.org/infra/manual/developers.html
|
||||
|
@ -55,13 +55,13 @@ 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
|
||||
on `Launchpad`_. Code may be submitted to the
|
||||
:code:`openstack/python-openstackclient` project using `Gerrit`_.
|
||||
Developers may also be found in the `IRC channel`_ ``#openstack-sdks``.
|
||||
may be submitted to the :code:`python-openstackclient` `Storyboard 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/
|
||||
.. _Launchpad: https://launchpad.net/python-openstackclient
|
||||
.. _`Storyboard project`: https://storyboard.openstack.org/#!/project/openstack/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
|
||||
|
Loading…
Reference in New Issue
Block a user