From d5059cc9ff2b613ba0b4ff955d83becf69e5c10e Mon Sep 17 00:00:00 2001 From: junboli Date: Wed, 3 Jul 2019 08:18:42 -0400 Subject: [PATCH] Fix the error links for integ 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: Ife79a7b697d562fac0f09163c036c4216a14f63d 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 9c5472056..4ed07e495 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,6 +19,6 @@ Links * Code Review: `Gerrit`_ * Bugs: `Storyboard`_ -.. _stx-integ: https://git.starlingx.io/cgit/stx-integ/ -.. _Gerrit: https://review.openstack.org/#/q/project:openstack/stx-integ -.. _Storyboard: https://storyboard.openstack.org/#!/project/openstack/stx-integ +.. _stx-integ: https://opendev.org/starlingx/integ +.. _Gerrit: https://review.opendev.org/#/q/project:starlingx/integ +.. _Storyboard: https://storyboard.openstack.org/#!/project/starlingx/integ