From d2d82d5660c89ef304d8622f6221c6636dba86ee Mon Sep 17 00:00:00 2001 From: junboli Date: Wed, 3 Jul 2019 08:30:12 -0400 Subject: [PATCH] Fix the error links for distcloud docs The storyboard and gerrit doc link are error, and git library redirect to the correct one, this change is to correct all them. Change-Id: I58fb35cf4bd4edde173c5d7e55bc6ced1ee08d60 Partial-Bug: #1835207 Signed-off-by: junboli --- doc/source/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 81fba22b3..2c344bc68 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -28,6 +28,6 @@ Links * Code Review: `Gerrit`_ * Bugs: `Storyboard`_ -.. _stx-distcloud: https://git.starlingx.io/cgit/stx-distcloud/ -.. _Gerrit: https://review.openstack.org/#/q/project:openstack/stx-distcloud -.. _Storyboard: https://storyboard.openstack.org/#!/project/openstack/stx-distcloud +.. _stx-distcloud: https://opendev.org/starlingx/distcloud +.. _Gerrit: https://review.opendev.org/#/q/project:starlingx/distcloud +.. _Storyboard: https://storyboard.openstack.org/#!/project/starlingx/distcloud