summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-01-02 23:19:24 (GMT)
committerYann Collet <cyan@fb.com>2019-01-02 23:19:24 (GMT)
commitd6596fc52d039ef2e72f6c454b835f32cf9cbd5a (patch)
tree81587c21c91d434107fb109649e172fb486025bf /index.html
parent61e3e33f14a4973d91a2cfe78b5257e5cb7480ae (diff)
downloadlz4-d6596fc52d039ef2e72f6c454b835f32cf9cbd5a.zip
lz4-d6596fc52d039ef2e72f6c454b835f32cf9cbd5a.tar.gz
lz4-d6596fc52d039ef2e72f6c454b835f32cf9cbd5a.tar.bz2
link directory to format specs on github
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index df0f06c..adaef4d 100644
--- a/index.html
+++ b/index.html
@@ -160,10 +160,10 @@ Benchmark evaluates the compression of reference [Silesia Corpus](http://sun.aei
## Documentation
-The LZ4 block compression format is detailed within [lz4_Block_format](lz4_Block_format.html).
+The LZ4 block compression format is detailed within [lz4_Block_format](https://github.com/lz4/lz4/blob/master/doc/lz4_Block_format.md).
For streaming arbitrarily large amount of data, or compress files of any size,
-a frame format has been established, detailed within the file [lz4_Frame_format](lz4_Frame_format.html).
+a frame format has been established, detailed within the file [lz4_Frame_format](https://github.com/lz4/lz4/blob/master/doc/lz4_Frame_format.md).