From 0df34d14b88fd3f88f3298e47e138b03d15b6fea Mon Sep 17 00:00:00 2001 From: Rene Eichhorn Date: Sat, 7 May 2016 22:47:57 +0200 Subject: [PATCH] Fixed travis url --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0def63d..b8728b1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ rust-openvr ===== -[![Build Status](https://travis-ci.org/Auruss/rust-openvr.svg?branch=master)](https://travis-ci.org/Auruss/rust-openvr) +[![Build Status](https://travis-ci.org/rust-openvr/rust-openvr.svg?branch=master)](https://travis-ci.org/rust-openvr/rust-openvr) rust-openvr is a binding for openvr. It's still in progress. Tests are automatically ran by travis. Also my private jenkins is running these test on Ubuntu 14.04 as well, every successful build will be pushed to its branch (stable, nightly, beta). For good practice always use either stable, beta or nightly instead of master!