summaryrefslogtreecommitdiffstats
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 93c2a5e..9c16f70 100644
--- a/index.html
+++ b/index.html
@@ -159,7 +159,7 @@ 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.md).
+The LZ4 block compression format is detailed within [lz4_Block_format](lz4_Block_format.html).
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.md).