From d6f4a51be6eff00a96f1dc76c9e43b8f6fae1304 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 16 Apr 2015 20:37:25 +0200 Subject: [PATCH] Changed Mockito URL to GitHub repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 595a077..c649f45 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking tool for the JVM. * [JUnit](http://junit.org/) - Common testing framework. -* [Mockito](http://code.google.com/p/mockito/) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. +* [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. * [TestNG](http://testng.org/) - Testing framework.