From 825679a5ab0ad22bd7ffbad57dfc13eaf0a88c49 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 13 Jan 2016 14:06:37 -0800 Subject: [PATCH] Update redirect for Cobertura --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a74fd7..f26020e 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ A curated list of awesome Java frameworks, libraries and software. * [JaCoCo](http://eclemma.org/jacoco/) - Framework that enables collection of code coverage metrics, using both offline and runtime bytecode instrumentation; prominently used by EclEmma, the Eclipse code-coverage plugin. * [Clover](https://www.atlassian.com/software/clover/overview) - Proprietary code coverage tool by Atlassian that relies on source-code instrumentation, instead of bytecode instrumentation. -* [Cobertura](http://cobertura.github.io/cobertura) - Relies on offline (or static) bytecode instrumentation and class loading to collect code coverage metrics; GPLv2 licensed. +* [Cobertura](http://cobertura.github.io/cobertura/) - Relies on offline (or static) bytecode instrumentation and class loading to collect code coverage metrics; GPLv2 licensed. * [JCov](https://wiki.openjdk.java.net/display/CodeTools/jcov) - Code coverage tool used in the OpenJDK project's development toolchain. ## Command-line Argument Parsers