@@ -123,37 +123,37 @@ relating to Chaincode.
123
123
124
124
## Application developer guide
125
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.
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
130
131
131
## Fabric developer guide
132
132
133
- - [Making code contributions](CONTRIBUTING.md): First, you'll want to familiarize
134
- yourself with the project's contribution guidelines.
135
- - [Setting up the development environment](dev-setup/devenv.md): after that, you
136
- will want to set up your development environment.
137
- - [Building the fabric core](dev-setup/build.md): next, try building the project
138
- in your local development environment to ensure that everything is set up
139
- correctly.
140
- - [Building outside of Vagrant](dev-setup/build.md#building-outside-of-vagrant):
141
- for the *adventurous*, you might try to build outside of the standard Vagrant
142
- development environment.
143
- - [Logging control](Setup/logging-control.md): describes how to tweak the logging
144
- levels of various components within the fabric.
145
- - [License header](dev-setup/headers.txt): every source file must include this
146
- license header modified to include a copyright statement for the principle
147
- author(s).
133
+ - [ Making code contributions] ( CONTRIBUTING.md ) : First, you'll want to familiarize
134
+ yourself with the project's contribution guidelines.
135
+ - [ Setting up the development environment] ( dev-setup/devenv.md ) : after that, you
136
+ will want to set up your development environment.
137
+ - [ Building the fabric core] ( dev-setup/build.md ) : next, try building the project
138
+ in your local development environment to ensure that everything is set up
139
+ correctly.
140
+ - [ Building outside of Vagrant] ( dev-setup/build.md#building-outside-of-vagrant ) :
141
+ for the * adventurous* , you might try to build outside of the standard Vagrant
142
+ development environment.
143
+ - [ Logging control] ( Setup/logging-control.md ) : describes how to tweak the logging
144
+ levels of various components within the fabric.
145
+ - [ License header] ( dev-setup/headers.txt ) : every source file must include this
146
+ license header modified to include a copyright statement for the principle
147
+ author(s).
148
148
149
149
# Operations guide
150
150
151
- - [Setting Up a Network](Setup/Network-setup.md): instructions for setting up a
152
- network of fabric peers.
153
- - [Certificate Authority (CA) Setup](Setup/ca-setup.md): setting up a CA to
154
- support identity, security (authentication/authorization), privacy and
155
- confidentiality.
156
- - [Application ACL](tech/application-ACL.md): working with access control lists.
151
+ - [ Setting Up a Network] ( Setup/Network-setup.md ) : instructions for setting up a
152
+ network of fabric peers.
153
+ - [ Certificate Authority (CA) Setup] ( Setup/ca-setup.md ) : setting up a CA to
154
+ support identity, security (authentication/authorization), privacy and
155
+ confidentiality.
156
+ - [ Application ACL] ( tech/application-ACL.md ) : working with access control lists.
157
157
158
158
# License <a name =" license " ></a >
159
159
The Hyperledger Project uses the [ Apache License Version 2.0] ( LICENSE ) software
0 commit comments