diff options
| author | Adam Spiers <aspiers@suse.com> | 2019-05-01 16:48:54 -0600 |
|---|---|---|
| committer | Adam Spiers <aspiers@suse.com> | 2019-05-01 16:50:29 -0600 |
| commit | 8c1ec6f97f2100e0a689204b7718c3eeed8df83b (patch) | |
| tree | 2984613bde3668a2bafdbe6b1edbdf70ff758e60 /doc/source | |
| parent | 70cf7ea1ced4724ebf11aa526c5c9cac983a835a (diff) | |
| download | python-openstackclient-8c1ec6f97f2100e0a689204b7718c3eeed8df83b.tar.gz | |
Fix link to new opendev repo
The switch to an opendev URL wasn't quite right, resulting in a 404.
Change-Id: I652f093384a584a56290a9b080913392873efd9f
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index fe9e66a1..abe08033 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -60,7 +60,7 @@ 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``. -.. _`on OpenStack's Git server`: https://opendev.org/openstack/python-openstackclient/tree +.. _`on OpenStack's Git server`: https://opendev.org/openstack/python-openstackclient/ .. _Launchpad: https://launchpad.net/python-openstackclient .. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow .. _Bug reports: https://storyboard.openstack.org/#!/project/975 |
