Skip to content

Commit dcc3f98

Browse files
FAB-3168 translate md to rst in Gerrit folder
The translation from markdown to rst did not catch the docs/source/Gerrit folder. Translated these files with mdtorst.sh and fixed references in the CONTRIBUTING.md accordingly. Change-Id: I8e62eff44fbb010afc12cb975e53dc5ee2054e6d Signed-off-by: Christopher Ferris <[email protected]>
1 parent c627cdd commit dcc3f98

12 files changed

+863
-785
lines changed

docs/source/CONTRIBUTING.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Getting a Linux Foundation account
1313

1414
In order to participate in the development of the Hyperledger Fabric
1515
project, you will need a `Linux Foundation
16-
account <Gerrit/lf-account.md>`__. You will need to use your LF ID to
16+
account <Gerrit/lf-account.rst>`__. You will need to use your LF ID to
1717
access to all the Hyperledger community development tools, including
1818
`Gerrit <https://gerrit.hyperledger.org>`__,
1919
`Jira <https://jira.hyperledger.org>`__ and the
@@ -25,7 +25,7 @@ Setting up your SSH key
2525
For Gerrit, before you can submit any change set for review, you will
2626
need to register your public SSH key. Login to
2727
`Gerrit <https://gerrit.hyperledger.org>`__ with your
28-
`LFID <Gerrit/lf-account.md>`__, and click on your name in the upper
28+
`LFID <Gerrit/lf-account.rst>`__, and click on your name in the upper
2929
right-hand corner of your browser window and then click 'Settings'. In
3030
the left-hand margin, you should see a link for 'SSH Public Keys'.
3131
Copy-n-paste your `public SSH
@@ -87,18 +87,18 @@ Working with a local clone and Gerrit
8787
We are using
8888
`Gerrit <https://gerrit.hyperledger.org/r/#/admin/projects/fabric>`__ to
8989
manage code contributions. If you are unfamiliar, please review this
90-
`document <Gerrit/gerrit.md>`__ before proceeding.
90+
`document <Gerrit/gerrit.rst>`__ before proceeding.
9191

9292
After you have familiarized yourself with ``Gerrit``, and maybe played
9393
around with the ``lf-sandbox``
9494
`project <https://gerrit.hyperledger.org/r/#/admin/projects/lf-sandbox,branches>`__,
9595
you should be ready to set up your local development
96-
`environment <dev-setup/devenv.md>`__.
96+
`environment <dev-setup/devenv.rst>`__.
9797

98-
Next, try `building the project <dev-setup/build.md>`__ in your local
98+
Next, try `building the project <dev-setup/build.rst>`__ in your local
9999
development environment to ensure that everything is set up correctly.
100100

101-
`Logging control <Setup/logging-control.md>`__ describes how to tweak
101+
`Logging control <Setup/logging-control.rst>`__ describes how to tweak
102102
the logging levels of various components within the Fabric. Finally,
103103
every source file needs to include a `license
104104
header <dev-setup/headers.txt>`__: modified to include a copyright
@@ -186,7 +186,7 @@ Coding guidelines
186186
-----------------
187187

188188
Be sure to check out the language-specific `style
189-
guides <Style-guides/go-style.md>`__ before making any changes. This
189+
guides <Style-guides/go-style.rst>`__ before making any changes. This
190190
will ensure a smoother review.
191191

192192
Communication
@@ -202,7 +202,7 @@ list <http://lists.hyperledger.org/mailman/listinfo/hyperledger-fabric>`__.
202202
Maintainers
203203
-----------
204204

205-
The project's `maintainers <MAINTAINERS.md>`__ are responsible for
205+
The project's `maintainers <MAINTAINERS.rst>`__ are responsible for
206206
reviewing and merging all patches submitted for review and they guide
207207
the over-all technical direction of the project within the guidelines
208208
established by the Hyperledger Project's Technical Steering Committee
@@ -218,7 +218,7 @@ designate an initial set of maintainers that will be approved by the
218218
top-level project's existing maintainers when the project is first
219219
approved. The project's maintainers will, from time-to-time, consider
220220
adding or removing a maintainer. An existing maintainer can submit a
221-
change set to the `MAINTAINERS.md <MAINTAINERS.md>`__ file. If there are
221+
change set to the `MAINTAINERS.rst <MAINTAINERS.rst>`__ file. If there are
222222
less than eight maintainers, a majority of the existing maintainers on
223223
that project are required to merge the change set. If there are more
224224
than eight existing maintainers, then if five or more of the maintainers

0 commit comments

Comments
 (0)