Update README.md

Changed Travis-CI badge to org from com because we build it on travis-ci.org domain at the moment
This commit is contained in:
Igor Barinov 2018-08-26 13:32:05 +03:00 committed by Andreas Fackler
parent d459683288
commit 39546476b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Honey Badger Byzantine Fault Tolerant (BFT) consensus algorithm
[![Build Status](https://travis-ci.com/poanetwork/hbbft.svg?branch=master)](https://travis-ci.com/poanetwork/hbbft)
[![Build Status](https://travis-ci.org/poanetwork/hbbft.svg?branch=master)](https://travis-ci.org/poanetwork/hbbft)
[![Gitter](https://badges.gitter.im/poanetwork/hbbft.svg)](https://gitter.im/poanetwork/hbbft?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Welcome to a [Rust](https://www.rust-lang.org/en-US/) library of the Honey Badger Byzantine Fault Tolerant (BFT) consensus algorithm. The research and protocols for this algorithm are explained in detail in "[The Honey Badger of BFT Protocols](https://eprint.iacr.org/2016/199.pdf)" by Miller et al., 2016.