From b0c8d08d9d1bd16720113898690f4bc99c8288e9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 28 Sep 2016 08:03:52 -0400 Subject: Update link to cobertura --- doc/cmd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.1