From 867fa1e95e5131c59be75745cc4c76c507b093b2 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 12 Jan 2018 16:07:01 -0500 Subject: [PATCH] fix formatting of contributing file Indenting the links the way they were makes them show up as block quotes when they are rendered as part of the documentation build. The new theme emphasizes block quotes in a way that we don't want for these URLs, so align them flush with the left column. Change-Id: I131f37d338385e12fd740ce165dd3f0fe159ef83 Signed-off-by: Doug Hellmann --- CONTRIBUTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 91fb87c..c043d1c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -2,16 +2,16 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in the "If you're a developer, start here" section of this page: - http://wiki.openstack.org/HowToContribute +http://wiki.openstack.org/HowToContribute Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://wiki.openstack.org/GerritWorkflow +http://wiki.openstack.org/GerritWorkflow Pull requests submitted through GitHub will be ignored. Bugs should be filed on StoryBoard: - https://storyboard.openstack.org/#!/project/755 +https://storyboard.openstack.org/#!/project/755