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