From 49515b86f914db689e9946634aedd1a6ca358596 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 23 Jan 2019 10:04:18 +0100 Subject: [PATCH] fixed travis badge and link in README.md --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b4d99d..71b089e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainerror" -version = "0.4.0" +version = "0.4.1" authors = ["Harald Hoyer "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index b24834d..71a829d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # chainerror -[![Build Status](https://travis-ci.com/haraldh/chainerror.svg?branch=master)](https://travis-ci.com/haraldh/chainerror) +[![Build Status](https://travis-ci.org/haraldh/chainerror.svg?branch=master)](https://travis-ci.org/haraldh/chainerror) [![Crate](https://img.shields.io/crates/v/chainerror.svg)](https://crates.io/crates/chainerror) [![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/chainerror/)