Skip to content

Commit cffa3ce

Browse files
Fix v0.6 doc formatting errors
Fix v0.6 doc formatting errors in index.md Change-Id: I5c14f5d4459af4cc54fdab71b98a4d9f125b1872 Signed-off-by: Christopher Ferris <[email protected]>
1 parent f3f7fb4 commit cffa3ce

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

docs/index.md

+25-25
Original file line numberDiff line numberDiff line change
@@ -123,37 +123,37 @@ relating to Chaincode.
123123

124124
## Application developer guide
125125

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.
130130

131131
## Fabric developer guide
132132

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).
148148

149149
# Operations guide
150150

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.
157157

158158
# License <a name="license"></a>
159159
The Hyperledger Project uses the [Apache License Version 2.0](LICENSE) software

0 commit comments

Comments
 (0)