From ce10b8ce058f7f15046ca51dedef6430457dffd6 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Mon, 4 Dec 2017 11:18:39 +1000 Subject: [PATCH] Fix gerrit guide title formatting Underlines or overlines must be at least as long as the title text. Change-Id: I031c8f3a33b3de22aff7703906f8c5574a3e4d30 Signed-off-by: Anil Belur --- docs/gerrit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gerrit.rst b/docs/gerrit.rst index 6671d3e..04f6d18 100644 --- a/docs/gerrit.rst +++ b/docs/gerrit.rst @@ -53,7 +53,7 @@ recommended to use SSH clones since the remotes for pushing code get configured appropriately. Anonymous HTTP Clone ----------------- +-------------------- Recommended if the intention is to view code and not make any contributions: For example: @@ -63,7 +63,7 @@ For example: git clone https://gerrit.linuxfoundation.org/releng/docs Authenticated HTTP Clone ----------- +------------------------ This works everywhere, even behind a proxy or a firewall. For example: -- 2.16.6