From 539a2225593c37338de59aded4a7e4e668a4d6a3 Mon Sep 17 00:00:00 2001 From: Riccardo Ressi Date: Fri, 7 Aug 2015 21:26:57 +0200 Subject: [PATCH 1/2] References to official Snappy & GFlags web sites fixed --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 3bc8888..496ed4f 100644 --- a/README +++ b/README @@ -107,7 +107,7 @@ significantly more user-friendly. You can find Google Test at You probably also want the gflags library for handling of command-line flags; you can find it at - http://code.google.com/p/google-gflags/ + http://gflags.github.io/gflags/ In addition to the unit tests, snappy contains microbenchmarks used to tune compression and decompression performance. These are automatically run @@ -132,4 +132,4 @@ Contact Snappy is distributed through Google Code. For the latest version, a bug tracker, and other information, see - http://code.google.com/p/snappy/ + https://github.com/google/snappy From 8f5f7c6b3423d1639d7f927f17eaecc726719145 Mon Sep 17 00:00:00 2001 From: Riccardo Ressi Date: Fri, 7 Aug 2015 21:29:44 +0200 Subject: [PATCH 2/2] References to official Snappy & GFlags web sites fixed --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 496ed4f..9a8b04d 100644 --- a/README +++ b/README @@ -132,4 +132,4 @@ Contact Snappy is distributed through Google Code. For the latest version, a bug tracker, and other information, see - https://github.com/google/snappy + https://github.com/google/snappy/