From 143388e2872e93e724cc6f04031eba7443c82b17 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 24 Aug 2015 16:12:49 +0100 Subject: [PATCH] Update Google Test URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa232af..8679f1d7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ LOOT uses [CMake](http://cmake.org) to generate build files, and requires the fo * [Boost](http://www.boost.org) v1.59.0 * [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) branch 2454: Required to build the GUI, but not the API or tests. -* [Google Test](https://code.google.com/p/googletest/) v1.7: Required to build the tests, but not the API or the GUI. +* [Google Test](https://github.com/google/googletest) v1.7: Required to build the tests, but not the API or the GUI. * [Libespm](http://github.com/WrinklyNinja/libespm) * [Libgit2](http://libgit2.github.com/) v0.23.1 * [Libloadorder](http://github.com/WrinklyNinja/libloadorder)