summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
-rw-r--r--tests/datagencli.c2
-rw-r--r--tests/frametest.c2
-rw-r--r--tests/fullbench.c2
-rw-r--r--tests/fuzzer.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 7652476..24cb37a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -21,7 +21,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
# ##########################################################################
# fuzzer : Test tool, to check lz4 integrity on target platform
# fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode
diff --git a/tests/datagencli.c b/tests/datagencli.c
index 2fbcc50..d74d5dd 100644
--- a/tests/datagencli.c
+++ b/tests/datagencli.c
@@ -20,7 +20,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
You can contact the author at :
- - LZ4 source repository : https://github.com/Cyan4973/lz4
+ - LZ4 source repository : https://github.com/lz4/lz4
- Public forum : https://groups.google.com/forum/#!forum/lz4c
*/
diff --git a/tests/frametest.c b/tests/frametest.c
index 4322ab8..ccf4278 100644
--- a/tests/frametest.c
+++ b/tests/frametest.c
@@ -20,7 +20,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
*/
/*-************************************
diff --git a/tests/fullbench.c b/tests/fullbench.c
index ab6bba1..67442b2 100644
--- a/tests/fullbench.c
+++ b/tests/fullbench.c
@@ -19,7 +19,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
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/tests/fuzzer.c b/tests/fuzzer.c
index db7ad07..bbf4e14 100644
--- a/tests/fuzzer.c
+++ b/tests/fuzzer.c
@@ -20,7 +20,7 @@
You can contact the author at :
- LZ4 homepage : http://www.lz4.org
- - LZ4 source repo : https://github.com/Cyan4973/lz4
+ - LZ4 source repo : https://github.com/lz4/lz4
*/
/*-************************************