Skip to content

Commit

Permalink
Merge pull request #2052 from rameshthoomu/readthedocfixes
Browse files Browse the repository at this point in the history
Minor changes to fix the broken images issue in usecase markdown file
  • Loading branch information
srderson committed Jun 28, 2016
2 parents 03c751f + 1a92948 commit 960db9f
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Hyperledger Fabric

Welcome to the Hyperledger Fabric documentation. <br><br> This Linux Foundation documentation is sourced on GitHub. To contribute to this documentation, simply update the GitHub source files in the following repo, and submit a pull request: <br><br> [![https://github.com/hyperledger/fabric/tree/master/docs](https://github.com/hyperledger/fabric/tree/master/docs)](https://github.com/hyperledger/fabric/tree/master/docs)
Welcome to the Hyperledger Fabric documentation. <br><br> This Linux Foundation documentation is sourced on GitHub. To contribute to this documentation, simply update the GitHub source files in the following repo, and submit a pull request: <br><br> [https://github.com/hyperledger/fabric/tree/master/docs](https://github.com/hyperledger/fabric/tree/master/docs)

**Hyperledger-Fabric Build & Test Status @ Travis Continuous Integration (CI) service**
**Hyperledger Fabric Build & Test Status @ Travis Continuous Integration (CI) service**

[![Build Status](https://travis-ci.org/hyperledger/fabric.svg?branch=master)](https://travis-ci.org/hyperledger/fabric)

**Go Report Card of Hyperledger Fabric**

[![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger/fabric)](https://goreportcard.com/report/github.com/hyperledger/fabric)

**Go Doc reference of Hypereldger Fabric**
**Go Doc reference of Hyperledger Fabric**

[![GoDoc](https://godoc.org/github.com/hyperledger/fabric?status.svg)](https://godoc.org/github.com/hyperledger/fabric)

Expand Down
10 changes: 8 additions & 2 deletions docs/protocol-spec.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Protocol Specification
# Protocol Specification

## Preface
This document is the protocol specification for a permissioned blockchain implementation for industry use-cases. It is not intended to be a complete explanation of the implementation, but rather a description of the interfaces and relationships between components in the system and the application.
Expand Down Expand Up @@ -3019,6 +3019,7 @@ peer chaincode query -u jim -l golang -n <name_value_returned_from_deploy_comman
## 7. Application Model

### 7.1 Composition of an Application

<table>
<col>
<col>
Expand All @@ -3041,17 +3042,22 @@ For example, a Bluemix PaaS application using Node.js might have a Web front-end
</tr>
</table>

### 7.2 7.2 Sample Application
### 7.2 Sample Application


## 8. Future Directions

### 8.1 Enterprise Integration

### 8.2 Performance and Scalability

### 8.3 Additional Consensus Plugins

### 8.4 Additional Languages


## 9. References

- [1] Miguel Castro, Barbara Liskov: Practical Byzantine fault tolerance and proactive recovery. ACM Trans. Comput. Syst. 20(4): 398-461 (2002)

- [2] Christian Cachin, Rachid Guerraoui, Luís E. T. Rodrigues: Introduction to Reliable and Secure Distributed Programming (2. ed.). Springer 2011, ISBN 978-3-642-15259-7, pp. I-XIX, 1-367
Expand Down

0 comments on commit 960db9f

Please sign in to comment.