diff options
author | Yann Collet <cyan@fb.com> | 2019-01-02 23:19:24 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2019-01-02 23:19:24 (GMT) |
commit | d6596fc52d039ef2e72f6c454b835f32cf9cbd5a (patch) | |
tree | 81587c21c91d434107fb109649e172fb486025bf /index.html | |
parent | 61e3e33f14a4973d91a2cfe78b5257e5cb7480ae (diff) | |
download | lz4-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.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |