changeset 513:4af7baa18cf0

Fix README badge link
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 19 Feb 2020 16:04:34 +0100
parents bbc3c3ec2080
children 3c8a8285f0cb
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Mon Feb 17 15:29:00 2020 +0100
+++ b/README.md	Wed Feb 19 16:04:34 2020 +0100
@@ -2,7 +2,7 @@
 
 [![crates.io](https://img.shields.io/crates/v/rusty-leveldb.svg)](https://crates.io/crates/rusty-leveldb)
 [![Travis
-CI](https://api.travis-ci.org/dermesser/leveldb-rs.svg?branch=master)](https://api.travis-ci.org/dermesser/leveldb-rs)
+CI](https://api.travis-ci.org/dermesser/leveldb-rs.svg?branch=master)](https://travis-ci.org/dermesser/leveldb-rs)
 
 A fully compatible implementation of LevelDB in Rust. (any incompatibility is a
 bug!)