From 866f85ebea41bc502da4ad6bfa21de1e87126fc5 Mon Sep 17 00:00:00 2001 From: junboli Date: Wed, 3 Jul 2019 08:00:16 -0400 Subject: [PATCH] Fix the error links for fault 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: I4b74c76007faf491d9c48a42c49702f388c87c98 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 73156abb..54097a99 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -86,6 +86,6 @@ Links * Code Review: `Gerrit`_ * Bugs: `Storyboard`_ -.. _stx-fault: https://git.starlingx.io/cgit/stx-fault/ -.. _Gerrit: https://review.openstack.org/#/q/project:openstack/stx-fault -.. _Storyboard: https://storyboard.openstack.org/#!/project/openstack/stx-fault +.. _stx-fault: https://opendev.org/starlingx/fault +.. _Gerrit: https://review.opendev.org/#/q/project:starlingx/fault +.. _Storyboard: https://storyboard.openstack.org/#!/project/starlingx/fault