summaryrefslogtreecommitdiffstats
path: root/lib
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
parentb768da8ad801d1b30c0fe24d0b6e48c3e6545771 (diff)
downloadlz4-88cef262ec50cf905da8498b7af2d8f167fbf61d.zip
lz4-88cef262ec50cf905da8498b7af2d8f167fbf61d.tar.gz
lz4-88cef262ec50cf905da8498b7af2d8f167fbf61d.tar.bz2
documentation moved to doc/
Diffstat (limited to 'lib')
-rw-r--r--lib/README.md2
-rw-r--r--lib/lz4.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/README.md b/lib/README.md
index f932d42..209cac1 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -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
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.
*/