summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2017-08-06 21:31:41 +0300
committerGitHub <noreply@github.com>2017-08-06 21:31:41 +0300
commit2509671de3a204c770e21595f61408a2fa9d22af (patch)
tree13b11886514445f5b848b58411d06ad3199a98fa
parentd59bfb8df385dcfa722858d962eb1ed8e28f80e7 (diff)
parentad5ecc6c39e58347d7dbffc14509c6be27bf9dc2 (diff)
downloadsnappy-git-gh-pages.tar.gz
Merge pull request #52 from Cfeusier/patch-1gh-pages
Fix broken link to README from github pages index
-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>