From 39546476b678664bbd491005157799ed03888207 Mon Sep 17 00:00:00 2001 From: Igor Barinov <424628+igorbarinov@users.noreply.github.com> Date: Sun, 26 Aug 2018 13:32:05 +0300 Subject: [PATCH] Update README.md Changed Travis-CI badge to org from com because we build it on travis-ci.org domain at the moment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44191ba..58acd30 100644 --- a/README.md +++ b/README.md @@ -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.