diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-09-28 08:03:52 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-09-28 08:03:52 -0400 |
commit | b0c8d08d9d1bd16720113898690f4bc99c8288e9 (patch) | |
tree | 87c9a511aa4049467239c5020262b04155133da7 | |
parent | 875201f4cd8566ef98cc1d46b3dffc1ae98a0da9 (diff) | |
download | python-coveragepy-git-b0c8d08d9d1bd16720113898690f4bc99c8288e9.tar.gz |
Update link to cobertura
-rw-r--r-- | doc/cmd.rst | 2 |
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. |