From: Geert Van Laethem Date: Wed, 16 Nov 2016 22:50:58 +0000 (-0800) Subject: Broken link to gtest 1.7.0 zip replaced with correct one X-Git-Tag: v2016.11.21.00~23 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a4c2f8ffd15449d471e2a3c29ed481a68ad94065;p=folly.git Broken link to gtest 1.7.0 zip replaced with correct one Summary: Closes https://github.com/facebook/folly/pull/517 Reviewed By: igorsugak Differential Revision: D4191764 Pulled By: Orvid fbshipit-source-id: 5ab921bd0df0b9dbaca46cdf9ecdeea9ecda6f5a --- diff --git a/README.md b/README.md index fcc3f9f0..9b5f4ac4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Folly is published on Github at https://github.com/facebook/folly folly requires gcc 4.8+ and a version of boost compiled with C++11 support. Please download googletest from -https://googletest.googlecode.com/files/gtest-1.7.0.zip and unzip it in the +https://github.com/google/googletest/archive/release-1.7.0.zip and unzip it in the folly/test subdirectory. #### Ubuntu 12.04