From cc41cea361a48c28f05753947323cff2f2086fbf Mon Sep 17 00:00:00 2001 From: dated Date: Tue, 7 Aug 2018 14:24:18 +0200 Subject: [PATCH] sets correct link for the travis build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5ca132..5bc683e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > A simple Cryptography Implementation in Go for the Ark Blockchain. -[![Build Status](https://badgen.now.sh/travis/ArkEcosystem/go-crypto)](https://badgen.now.sh/travis/ArkEcosystem/go-crypto) +[![Build Status](https://badgen.now.sh/travis/ArkEcosystem/go-crypto)](https://travis-ci.org/ArkEcosystem/go-crypto) [![Codecov](https://badgen.now.sh/codecov/c/github/arkecosystem/go-crypto)](https://codecov.io/gh/arkecosystem/go-crypto) [![Latest Version](https://badgen.now.sh/github/release/ArkEcosystem/go-crypto)](https://github.com/ArkEcosystem/go-crypto/releases) [![License: MIT](https://badgen.now.sh/badge/license/MIT/green)](https://opensource.org/licenses/MIT)