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