The snappy landing page at http://google.github.io/snappy/ is

served by [GitHub Pages](https://pages.github.com/) and lives
in the gh-pages branch. This changes moves the page contents
to a more easily accessed Markdown file.

PiperOrigin-RevId: 248561542
This commit is contained in:
Chris Mumford
2019-05-16 11:07:39 -07:00
parent 4312f49315
commit a3e012d762
2 changed files with 76 additions and 10 deletions

View File

@@ -79,9 +79,9 @@ Usage
Note that Snappy, both the implementation and the main interface,
is written in C++. However, several third-party bindings to other languages
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
use the included C bindings in snappy-c.h.
are available; see the [home page](docs/README.md) for more information.
Also, if you want to use Snappy from C code, you can use the included C
bindings in snappy-c.h.
To use Snappy from your own C++ program, include the file "snappy.h" from
your calling file, and link against the compiled library.
@@ -146,10 +146,4 @@ Contact
=======
Snappy is distributed through GitHub. For the latest version, a bug tracker,
and other information, see
https://google.github.io/snappy/
or the repository at
https://github.com/google/snappy
and other information, see https://github.com/google/snappy.