Skip to content

Commit b3e31f4

Browse files
committed
FAB-651 - Docs home page has some broken markup
Fixed broken markup in developer guides sections Fixed a broken link [ci skip] Change-Id: I4cf13e8292b40ec33322a7b9335a7d0471415838 Signed-off-by: Arnaud J Le Hors <[email protected]>
1 parent e5aa32c commit b3e31f4

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/index.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ by exploring our [developer guides](#developer-guides).
3737

3838
We welcome contributions to the Hyperledger Project in many forms. There's
3939
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.
4141

4242
## Maintainers
4343

@@ -122,39 +122,39 @@ testing Chaincode.
122122
relating to Chaincode.
123123

124124
## 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+
131131
## 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
134134
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
136136
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
138138
in your local development environment to ensure that everything is set up
139139
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):
141141
for the *adventurous*, you might try to build outside of the standard Vagrant
142142
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
144144
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
146146
license header modified to include a copyright statement for the principle
147147
author(s).
148-
```
148+
149149
# 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
152152
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
154154
support identity, security (authentication/authorization), privacy and
155155
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+
158158
# License <a name="license"></a>
159159
The Hyperledger Project uses the [Apache License Version 2.0](LICENSE) software
160160
license.

0 commit comments

Comments
 (0)