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