From 3282a0586a0d790ce9c84f3270fb10ee1284ac95 Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Mon, 10 Aug 2015 21:36:58 +0200
Subject: [PATCH] Fix old url to Travis CI

---
 doc/testing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/testing.rst b/doc/testing.rst
index 9a3ae4b9..706d5225 100644
--- a/doc/testing.rst
+++ b/doc/testing.rst
@@ -32,8 +32,8 @@ PostgreSQL::
     $ pg_virtualenv bash -c 'MUTALYZER_TEST_DATABASE_URI=postgres://${PGUSER}:${PGPASSWORD}@${PGHOST}:${PGPORT}/${PGDATABASE} py.test'
 
 Tests are `run automatically on Travis CI
-<https://travis-ci.org/LUMC/mutalyzer>`_ with SQLite, PostgreSQL, and MySQL,
-for each pull request and push on GitHub.
+<https://travis-ci.org/mutalyzer/mutalyzer>`_ with SQLite, PostgreSQL, and
+MySQL, for each pull request and push on GitHub.
 
 
 Testing the web services
-- 
GitLab