From 8e81bcdfd0b9d538df97bf62ac9fdc418b8fa858 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 3 Jul 2015 19:39:54 +0200 Subject: [PATCH] Fix Travis CI and Coveralls URLs after repository move from xtaran/xen-tools to xen-tools/xen-tools --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index aa70751..c76cf65 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,7 @@ xen-tools ========= -[![Travis CI Build Status](https://travis-ci.org/xtaran/xen-tools.svg)](https://travis-ci.org/xtaran/xen-tools) +[![Travis CI Build Status](https://api.travis-ci.org/xen-tools/xen-tools.svg)](https://travis-ci.org/xen-tools/xen-tools) * [Homepage](http://www.xen-tools.org/software/xen-tools) * Git Repositories: @@ -211,7 +211,7 @@ Test Suite Coverage Despite parts of the test suite are quite old, it only tests a small fraction of what xen-tools can do. Some of the scripts currently could only be tested on an actual Xen Dom0. Hence the -[code coverage of xen-tools' test suite is quite bad](https://coveralls.io/r/xtaran/xen-tools). +[code coverage of xen-tools' test suite is quite bad](https://coveralls.io/r/xen-tools/xen-tools). -- The Xen-Tools Developer Team