@@ -13,7 +13,7 @@ Getting a Linux Foundation account
13
13
14
14
In order to participate in the development of the Hyperledger Fabric
15
15
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
17
17
access to all the Hyperledger community development tools, including
18
18
`Gerrit <https://gerrit.hyperledger.org >`__,
19
19
`Jira <https://jira.hyperledger.org >`__ and the
@@ -25,7 +25,7 @@ Setting up your SSH key
25
25
For Gerrit, before you can submit any change set for review, you will
26
26
need to register your public SSH key. Login to
27
27
`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
29
29
right-hand corner of your browser window and then click 'Settings'. In
30
30
the left-hand margin, you should see a link for 'SSH Public Keys'.
31
31
Copy-n-paste your `public SSH
@@ -87,18 +87,18 @@ Working with a local clone and Gerrit
87
87
We are using
88
88
`Gerrit <https://gerrit.hyperledger.org/r/#/admin/projects/fabric >`__ to
89
89
manage code contributions. If you are unfamiliar, please review this
90
- `document <Gerrit/gerrit.md >`__ before proceeding.
90
+ `document <Gerrit/gerrit.rst >`__ before proceeding.
91
91
92
92
After you have familiarized yourself with ``Gerrit ``, and maybe played
93
93
around with the ``lf-sandbox ``
94
94
`project <https://gerrit.hyperledger.org/r/#/admin/projects/lf-sandbox,branches >`__,
95
95
you should be ready to set up your local development
96
- `environment <dev-setup/devenv.md >`__.
96
+ `environment <dev-setup/devenv.rst >`__.
97
97
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
99
99
development environment to ensure that everything is set up correctly.
100
100
101
- `Logging control <Setup/logging-control.md >`__ describes how to tweak
101
+ `Logging control <Setup/logging-control.rst >`__ describes how to tweak
102
102
the logging levels of various components within the Fabric. Finally,
103
103
every source file needs to include a `license
104
104
header <dev-setup/headers.txt> `__: modified to include a copyright
@@ -186,7 +186,7 @@ Coding guidelines
186
186
-----------------
187
187
188
188
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
190
190
will ensure a smoother review.
191
191
192
192
Communication
@@ -202,7 +202,7 @@ list <http://lists.hyperledger.org/mailman/listinfo/hyperledger-fabric>`__.
202
202
Maintainers
203
203
-----------
204
204
205
- The project's `maintainers <MAINTAINERS.md >`__ are responsible for
205
+ The project's `maintainers <MAINTAINERS.rst >`__ are responsible for
206
206
reviewing and merging all patches submitted for review and they guide
207
207
the over-all technical direction of the project within the guidelines
208
208
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
218
218
top-level project's existing maintainers when the project is first
219
219
approved. The project's maintainers will, from time-to-time, consider
220
220
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
222
222
less than eight maintainers, a majority of the existing maintainers on
223
223
that project are required to merge the change set. If there are more
224
224
than eight existing maintainers, then if five or more of the maintainers
0 commit comments