summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-09-28 08:03:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-09-28 08:03:52 -0400
commitb0c8d08d9d1bd16720113898690f4bc99c8288e9 (patch)
tree87c9a511aa4049467239c5020262b04155133da7
parent875201f4cd8566ef98cc1d46b3dffc1ae98a0da9 (diff)
downloadpython-coveragepy-git-b0c8d08d9d1bd16720113898690f4bc99c8288e9.tar.gz
Update link to cobertura
-rw-r--r--doc/cmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 64448b09..471e91c1 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -407,7 +407,7 @@ XML reporting
The **xml** command writes coverage data to a "coverage.xml" file in a format
compatible with `Cobertura`_.
-.. _Cobertura: http://cobertura.sourceforge.net
+.. _Cobertura: http://cobertura.github.io/cobertura/
You can specify the name of the output file with the ``-o`` switch.