diff options
Diffstat (limited to 'doc')
-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. |