Update URLs in the Snappy README to reflect the move to GitHub.
A=sesse R=sanjay
This commit is contained in:
14
README
14
README
@@ -67,7 +67,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 Google Code page at http://code.google.com/p/snappy/
|
are available; see the home page at http://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.
|
||||||
|
|
||||||
@@ -102,12 +102,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://code.google.com/p/googletest/
|
http://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://code.google.com/p/google-gflags/
|
http://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
|
||||||
@@ -129,7 +129,11 @@ test.)
|
|||||||
Contact
|
Contact
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Snappy is distributed through Google Code. 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://code.google.com/p/snappy/
|
http://google.github.io/snappy/
|
||||||
|
|
||||||
|
or the repository at
|
||||||
|
|
||||||
|
https://github.com/google/snappy
|
||||||
|
|||||||
Reference in New Issue
Block a user