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