summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
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).