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