From: Jos Collin Date: Fri, 29 Sep 2017 14:36:49 +0000 (+0530) Subject: doc: Fix typo and URL in Submitting patches X-Git-Tag: v13.0.1~717^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41c4b3dbbee54da61f0124b85e8775e880d492d2;p=ceph.git doc: Fix typo and URL in Submitting patches Dropped the repeated 'the' in the paragraph and Fixed the unnecessary URL format in the text. Signed-off-by: Jos Collin --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 0c43131f397..68cc930013e 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -152,10 +152,10 @@ Submitting patches ------------------ The canonical instructions for submitting patches are contained in the -`the file CONTRIBUTING.rst in the top-level directory of the source-code -tree`_. There may be some overlap between this guide and that file. +file `CONTRIBUTING.rst`_ in the top-level directory of the source-code +tree. There may be some overlap between this guide and that file. -.. _`the file CONTRIBUTING.rst in the top-level directory of the source-code tree`: +.. _`CONTRIBUTING.rst`: https://github.com/ceph/ceph/blob/master/CONTRIBUTING.rst All newcomers are encouraged to read that file carefully.