summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-03 12:25:20 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-03 12:25:20 (GMT)
commit88cef262ec50cf905da8498b7af2d8f167fbf61d (patch)
treeb5354a920b93233c9a95846ecc98ab284c3f64a0 /lib/lz4.h
parentb768da8ad801d1b30c0fe24d0b6e48c3e6545771 (diff)
downloadlz4-88cef262ec50cf905da8498b7af2d8f167fbf61d.zip
lz4-88cef262ec50cf905da8498b7af2d8f167fbf61d.tar.gz
lz4-88cef262ec50cf905da8498b7af2d8f167fbf61d.tar.bz2
documentation moved to doc/
Diffstat (limited to 'lib/lz4.h')
-rw-r--r--lib/lz4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index 3ece4dd..0f17c7c 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -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.
*/