documentation moved to doc/

This commit is contained in:
Przemyslaw Skibinski 2016-11-03 13:25:20 +01:00
parent b768da8ad8
commit 88cef262ec
5 changed files with 4 additions and 4 deletions

View File

@ -89,6 +89,6 @@ A list of known source ports is maintained on the [LZ4 Homepage].
[Open-Source Benchmark program by m^2 (v0.14.3)]: http://encode.ru/threads/1371-Filesystem-benchmark?p=34029&viewfull=1#post34029
[Silesia Corpus]: http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia
[lz4_Block_format]: lz4_Block_format.md
[lz4_Frame_format]: lz4_Frame_format.md
[lz4_Block_format]: doc/lz4_Block_format.md
[lz4_Frame_format]: doc/lz4_Frame_format.md
[LZ4 Homepage]: http://www.lz4.org

View File

@ -37,4 +37,4 @@ Other files present in the directory are not source code. There are :
- liblz4.pc.in : for pkg-config (make install)
- README.md : this file
[official interoperable frame format]: ../lz4_Frame_format.md
[official interoperable frame format]: ../doc/lz4_Frame_format.md

View File

@ -44,7 +44,7 @@ extern "C" {
* Block compression functions are not-enough to send information,
* since it's still necessary to provide metadata (such as compressed size),
* and each application can do it in whichever way it wants.
* For interoperability, there is LZ4 frame specification (lz4_Frame_format.md).
* For interoperability, there is LZ4 frame specification (doc/lz4_Frame_format.md).
* A library is provided to take care of it, see lz4frame.h.
*/