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