diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-03 14:12:57 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-03 14:12:57 (GMT) |
commit | 84cedb4632ab87fbb108b4f7ed6e9ec164b6a4d4 (patch) | |
tree | c713aac118f4c49a751dea2a4189653a9458aa3e /lib | |
parent | e624978ea2a0ede65a9d43fc4f514addb3d8b12a (diff) | |
download | lz4-84cedb4632ab87fbb108b4f7ed6e9ec164b6a4d4.zip lz4-84cedb4632ab87fbb108b4f7ed6e9ec164b6a4d4.tar.gz lz4-84cedb4632ab87fbb108b4f7ed6e9ec164b6a4d4.tar.bz2 |
updated links to LZ4 repository
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lz4.c | 2 | ||||
-rw-r--r-- | lib/lz4.h | 2 | ||||
-rw-r--r-- | lib/lz4frame.c | 2 | ||||
-rw-r--r-- | lib/lz4frame.h | 2 | ||||
-rw-r--r-- | lib/lz4frame_static.h | 2 | ||||
-rw-r--r-- | lib/lz4hc.c | 2 | ||||
-rw-r--r-- | lib/lz4hc.h | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -29,7 +29,7 @@ You can contact the author at : - LZ4 homepage : http://www.lz4.org - - LZ4 source repository : https://github.com/Cyan4973/lz4 + - LZ4 source repository : https://github.com/lz4/lz4 */ @@ -30,7 +30,7 @@ You can contact the author at : - LZ4 homepage : http://www.lz4.org - - LZ4 source repository : https://github.com/Cyan4973/lz4 + - LZ4 source repository : https://github.com/lz4/lz4 */ #ifndef LZ4_H_2983827168210 #define LZ4_H_2983827168210 diff --git a/lib/lz4frame.c b/lib/lz4frame.c index 9df2493..6bb76a1 100644 --- a/lib/lz4frame.c +++ b/lib/lz4frame.c @@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. You can contact the author at : - LZ4 homepage : http://www.lz4.org -- LZ4 source repository : https://github.com/Cyan4973/lz4 +- LZ4 source repository : https://github.com/lz4/lz4 */ /* LZ4F is a stand-alone API to create LZ4-compressed Frames diff --git a/lib/lz4frame.h b/lib/lz4frame.h index a70d0e0..79164b8 100644 --- a/lib/lz4frame.h +++ b/lib/lz4frame.h @@ -28,7 +28,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. You can contact the author at : - - LZ4 source repository : https://github.com/Cyan4973/lz4 + - LZ4 source repository : https://github.com/lz4/lz4 - LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c */ diff --git a/lib/lz4frame_static.h b/lib/lz4frame_static.h index 0d90975..79e481c 100644 --- a/lib/lz4frame_static.h +++ b/lib/lz4frame_static.h @@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. You can contact the author at : - - LZ4 source repository : https://github.com/Cyan4973/lz4 + - LZ4 source repository : https://github.com/lz4/lz4 - LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c */ diff --git a/lib/lz4hc.c b/lib/lz4hc.c index 68afa98..a1d1a55 100644 --- a/lib/lz4hc.c +++ b/lib/lz4hc.c @@ -28,7 +28,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. You can contact the author at : - - LZ4 source repository : https://github.com/Cyan4973/lz4 + - LZ4 source repository : https://github.com/lz4/lz4 - LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c */ diff --git a/lib/lz4hc.h b/lib/lz4hc.h index 3995ada..4f676aa 100644 --- a/lib/lz4hc.h +++ b/lib/lz4hc.h @@ -28,7 +28,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. You can contact the author at : - - LZ4 source repository : https://github.com/Cyan4973/lz4 + - LZ4 source repository : https://github.com/lz4/lz4 - LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c */ #ifndef LZ4_HC_H_19834876238432 |