diff options
| author | Eric Fried <openstack@fried.cc> | 2019-10-22 07:35:37 -0500 |
|---|---|---|
| committer | Eric Fried <openstack@fried.cc> | 2019-10-22 15:13:40 -0500 |
| commit | d0bfef807d5597f32f8eda5ab3fae2d1f5924ecc (patch) | |
| tree | 9e873eb9047a6aac1d0292d1f280004e251c32eb | |
| parent | 154df0d069cdf8a10678b9f6d1b715350847fe96 (diff) | |
| download | python-openstackclient-d0bfef807d5597f32f8eda5ab3fae2d1f5924ecc.tar.gz | |
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
| -rw-r--r-- | CONTRIBUTING.rst | 4 | ||||
| -rw-r--r-- | README.rst | 8 | ||||
| -rw-r--r-- | doc/source/index.rst | 10 |
3 files changed, 10 insertions, 12 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index de9324ec..dfdfe471 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 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 diff --git a/doc/source/index.rst b/doc/source/index.rst index ea4cd3e9..732e1387 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 |
