From 6a0f23088fe93196f660aa2fd43e13dcc89784bc Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Fri, 4 Mar 2016 18:24:10 +0100 Subject: [PATCH] Fix Travis-CI links. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d12955d6a..da81ed19ce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Rust friendly bindings to various *nix platform APIs (Linux, Darwin, ...). The goal is to not provide a 100% unified interface, but to unify what can be while still providing platform specific APIs. -[![Build Status](https://travis-ci.org/carllerche/nix-rust.svg?branch=master)](https://travis-ci.org/carllerche/nix-rust) +[![Build Status](https://travis-ci.org/nix-rust/nix.svg?branch=master)](https://travis-ci.org/nix-rust/nix) [![crates.io](http://meritbadge.herokuapp.com/nix)](https://crates.io/crates/nix) ## Documentation