Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 1e51f7a

Browse files
authored
Merge pull request #256 from palfrey/fix-shields
Correct Travis paths, and add custom license shield
2 parents c238b9d + 01df6d1 commit 1e51f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# error-chain - Consistent error handling for Rust
22

3-
[![Build Status](https://api.travis-ci.org/rust-lang-nursery/error-chain.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/error-chain)
3+
[![Build Status](https://travis-ci.com/rust-lang-nursery/error-chain.svg?branch=master)](https://travis-ci.com/rust-lang-nursery/error-chain)
44
[![Latest Version](https://img.shields.io/crates/v/error-chain.svg)](https://crates.io/crates/error-chain)
5-
[![License](https://img.shields.io/github/license/rust-lang-nursery/error-chain.svg)](https://github.com/rust-lang-nursery/error-chain)
5+
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-green.svg)](https://github.com/rust-lang-nursery/error-chain)
66

77
`error-chain` makes it easy to take full advantage of Rust's error
88
handling features without the overhead of maintaining boilerplate

0 commit comments

Comments
 (0)