summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 730ae88..6937581 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
<p>The latest release at the time of writing is <a href="https://github.com/google/snappy/releases/download/1.1.3/snappy-1.1.3.tar.gz">1.1.3</a>.</p>
-<p>For more information, please see the <a href="https://github.com/google/snappy/blob/master/README">README</a>. Benchmarks against a few other compression libraries (zlib, LZO, LZF, FastLZ, and QuickLZ) are included in the source code distribution. The source code also contains a <a href="https://github.com/google/snappy/blob/master/format_description.txt">formal format specification</a>, as well as a specification for a <a href="https://github.com/google/snappy/blob/master/framing_format.txt">framing format</a> useful for higher-level framing and encapsulation of Snappy data, e.g. for transporting Snappy-compressed data across HTTP in a streaming fashion. Note that the Snappy distribution currently has no code implementing the latter, but some of the ports do (see below).</p>
+<p>For more information, please see the <a href="https://github.com/google/snappy/blob/master/README.md">README</a>. Benchmarks against a few other compression libraries (zlib, LZO, LZF, FastLZ, and QuickLZ) are included in the source code distribution. The source code also contains a <a href="https://github.com/google/snappy/blob/master/format_description.txt">formal format specification</a>, as well as a specification for a <a href="https://github.com/google/snappy/blob/master/framing_format.txt">framing format</a> useful for higher-level framing and encapsulation of Snappy data, e.g. for transporting Snappy-compressed data across HTTP in a streaming fashion. Note that the Snappy distribution currently has no code implementing the latter, but some of the ports do (see below).</p>
<p>Snappy is written in C++, but C bindings are included, and several bindings to other languages are maintained by third parties:</p>