diff --git a/doc/testing.rst b/doc/testing.rst
index 9a3ae4b961ab3c10b1dd5027916d4a6e4f5188d3..706d52251846acbff851c1fb29f55066c2c81616 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