@@ -37,7 +37,7 @@ by exploring our [developer guides](#developer-guides).
37
37
38
38
We welcome contributions to the Hyperledger Project in many forms. There's
39
39
always plenty to do! Full details of how to contribute to this project are
40
- documented in the [ Fabric developer's guide] ( #fabric-developer's -guide ) below.
40
+ documented in the [ Fabric developer's guide] ( #fabric-developer-guide ) below.
41
41
42
42
## Maintainers
43
43
@@ -122,39 +122,39 @@ testing Chaincode.
122
122
relating to Chaincode.
123
123
124
124
## Application developer guide
125
- ```
126
- - [APIs - CLI, REST, and Node.js](API/CoreAPI.md)
127
- - [CLI](API/CoreAPI.md#cli): working with the command-line interface.
128
- - [REST](API/CoreAPI.md#rest-api): working with the REST API (*deprecated*).
129
- - [Node.js SDK](nodeSDK/node-sdk-guide.md): working with the Node.js SDK.
130
- ```
125
+
126
+ - [ APIs - CLI, REST, and Node.js] ( API/CoreAPI.md )
127
+ - [ CLI] ( API/CoreAPI.md#cli ) : working with the command-line interface.
128
+ - [ REST] ( API/CoreAPI.md#rest-api ) : working with the REST API (* deprecated* ).
129
+ - [ Node.js SDK] ( nodeSDK/node-sdk-guide.md ) : working with the Node.js SDK.
130
+
131
131
## Fabric developer guide
132
- ```
133
- - [Making code contributions](CONTRIBUTING.md): First, you'll want to familiarize
132
+
133
+ - [ Making code contributions] ( CONTRIBUTING.md ) : First, you'll want to familiarize
134
134
yourself with the project's contribution guidelines.
135
- - [Setting up the development environment](dev-setup/devenv.md): after that, you
135
+ - [ Setting up the development environment] ( dev-setup/devenv.md ) : after that, you
136
136
will want to set up your development environment.
137
- - [Building the fabric core](dev-setup/build.md): next, try building the project
137
+ - [ Building the fabric core] ( dev-setup/build.md ) : next, try building the project
138
138
in your local development environment to ensure that everything is set up
139
139
correctly.
140
- - [Building outside of Vagrant](dev-setup/build.md#building-outside-of-vagrant):
140
+ - [ Building outside of Vagrant] ( dev-setup/build.md#building-outside-of-vagrant ) :
141
141
for the * adventurous* , you might try to build outside of the standard Vagrant
142
142
development environment.
143
- - [Logging control](Setup/logging-control.md): describes how to tweak the logging
143
+ - [ Logging control] ( Setup/logging-control.md ) : describes how to tweak the logging
144
144
levels of various components within the fabric.
145
- - [License header](dev-setup/headers.txt): every source file must include this
145
+ - [ License header] ( dev-setup/headers.txt ) : every source file must include this
146
146
license header modified to include a copyright statement for the principle
147
147
author(s).
148
- ```
148
+
149
149
# Operations guide
150
- ```
151
- - [Setting Up a Network](Setup/Network-setup.md): instructions for setting up a
150
+
151
+ - [ Setting Up a Network] ( Setup/Network-setup.md ) : instructions for setting up a
152
152
network of fabric peers.
153
- - [Certificate Authority (CA) Setup](Setup/ca-setup.md): setting up a CA to
153
+ - [ Certificate Authority (CA) Setup] ( Setup/ca-setup.md ) : setting up a CA to
154
154
support identity, security (authentication/authorization), privacy and
155
155
confidentiality.
156
- - [Application ACL](tech/application-ACL.md): working with access control lists.
157
- ```
156
+ - [ Application ACL] ( tech/application-ACL.md ) : working with access control lists.
157
+
158
158
# License <a name =" license " ></a >
159
159
The Hyperledger Project uses the [ Apache License Version 2.0] ( LICENSE ) software
160
160
license.
0 commit comments