Merge pull request #75 from Maikuolan:patch-1

PiperOrigin-RevId: 248558516
This commit is contained in:
Chris Mumford 2019-05-16 11:11:20 -07:00
commit 4312f49315
1 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ Usage
Note that Snappy, both the implementation and the main interface, Note that Snappy, both the implementation and the main interface,
is written in C++. However, several third-party bindings to other languages is written in C++. However, several third-party bindings to other languages
are available; see the home page at http://google.github.io/snappy/ are available; see the home page at https://google.github.io/snappy/
for more information. Also, if you want to use Snappy from C code, you can for more information. Also, if you want to use Snappy from C code, you can
use the included C bindings in snappy-c.h. use the included C bindings in snappy-c.h.
@ -118,12 +118,12 @@ tests to verify you have not broken anything. Note that if you have the
Google Test library installed, unit test behavior (especially failures) will be Google Test library installed, unit test behavior (especially failures) will be
significantly more user-friendly. You can find Google Test at significantly more user-friendly. You can find Google Test at
http://github.com/google/googletest https://github.com/google/googletest
You probably also want the gflags library for handling of command-line flags; You probably also want the gflags library for handling of command-line flags;
you can find it at you can find it at
http://gflags.github.io/gflags/ https://gflags.github.io/gflags/
In addition to the unit tests, snappy contains microbenchmarks used to In addition to the unit tests, snappy contains microbenchmarks used to
tune compression and decompression performance. These are automatically run tune compression and decompression performance. These are automatically run
@ -148,7 +148,7 @@ Contact
Snappy is distributed through GitHub. For the latest version, a bug tracker, Snappy is distributed through GitHub. For the latest version, a bug tracker,
and other information, see and other information, see
http://google.github.io/snappy/ https://google.github.io/snappy/
or the repository at or the repository at