From e546038cc2b74ad25bdfd680bdf1cb69c3768a9a Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Tue, 14 Jun 2016 16:00:13 -0700 Subject: [PATCH] doc: fix broken link in gerrit.rst Not sure which was the original link, but naming_conventions seems like the sensible place where the document should be pointing to. Change-Id: I12f8317578b33371765605786735c30aadb92b77 Signed-off-by: Inaky Perez-Gonzalez --- doc/contribute/gerrit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute/gerrit.rst b/doc/contribute/gerrit.rst index e5cc92950ce..a36c19f9c31 100644 --- a/doc/contribute/gerrit.rst +++ b/doc/contribute/gerrit.rst @@ -91,7 +91,7 @@ Submitting a Change Currently, Gerrit is the only method to submit a change for review. -Before submitting, please ensure each commit follows :ref:`contributing_code` +Before submitting, please ensure each commit follows :ref:`naming_conventions` guidelines. Directions for building the source code are beyond the scope of this document. Please see the :ref:`getting_started` for further detail.