Skip to content

Commit ba56d91

Browse files
author
Jehan
committed
Update uchardet URL in various places.
1 parent d1bc09e commit ba56d91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ project (${PACKAGE_NAME} CXX C)
55
enable_testing()
66

77
######## Package information
8-
set (PACKAGE_URL http://code.google.com/p/uchardet/)
9-
set (PACKAGE_BUGREPORT http://code.google.com/p/uchardet/issues/entry)
8+
set (PACKAGE_URL https://github.com/BYVoid/uchardet)
9+
set (PACKAGE_BUGREPORT https://github.com/BYVoid/uchardet/issues)
1010
set (UCHARDET_VERSION_MAJOR 0)
1111
set (UCHARDET_VERSION_MINOR 0)
1212
set (UCHARDET_VERSION_REVISION 3)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ uchardet Command Line Tool
8282
Version 0.0.3
8383
8484
Authors: BYVoid, Jehan
85-
Bug Report: http://code.google.com/p/uchardet/issues/entry
85+
Bug Report: https://github.com/BYVoid/uchardet/issues
8686
8787
Usage:
8888
uchardet [Options] [File]...

src/tools/uchardet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void show_version()
8181
printf("Version %s\n", VERSION);
8282
printf("\n");
8383
printf("Authors: %s\n", "BYVoid, Jehan");
84-
printf("Bug Report: %s\n", "http://code.google.com/p/uchardet/issues/entry");
84+
printf("Bug Report: %s\n", "https://github.com/BYVoid/uchardet/issues");
8585
printf("\n");
8686
}
8787

0 commit comments

Comments
 (0)