summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-01-03 00:10:51 (GMT)
committerYann Collet <cyan@fb.com>2019-01-03 00:10:51 (GMT)
commitc77f483261af7dfe8066334c9714a837a8d5c5f1 (patch)
tree289a7c05ad83c0111a6bffe41cf42e9c43d6c417
parentd6596fc52d039ef2e72f6c454b835f32cf9cbd5a (diff)
downloadlz4-c77f483261af7dfe8066334c9714a837a8d5c5f1.zip
lz4-c77f483261af7dfe8066334c9714a837a8d5c5f1.tar.gz
lz4-c77f483261af7dfe8066334c9714a837a8d5c5f1.tar.bz2
updated links to lz4 format specs
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index adaef4d..a3b3d94 100644
--- a/index.html
+++ b/index.html
@@ -190,8 +190,8 @@ They are in conformance with the LZ4 [block] and [frame] specifications, and are
|__Z80 assembly__ decoder | Piotr Drapich | http://www.union.org.pl/download/z80/LZ4_Z80.asm
|__8086 assembly__ decoder| E. C. Masloch | https://bitbucket.org/ecm/inicomp/src/default/
-[block]:lz4_Block_format.md
-[frame]:lz4_Frame_format.md
+[block]:https://github.com/lz4/lz4/blob/master/doc/lz4_Block_format.md
+[frame]:https://github.com/lz4/lz4/blob/master/doc/lz4_Frame_format.md
<br/>