Update uchardet URL in various places.

This commit is contained in:
Jehan 2015-12-03 19:48:29 +01:00
parent d1bc09e4d7
commit ba56d91808
3 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ project (${PACKAGE_NAME} CXX C)
enable_testing() enable_testing()
######## Package information ######## Package information
set (PACKAGE_URL http://code.google.com/p/uchardet/) set (PACKAGE_URL https://github.com/BYVoid/uchardet)
set (PACKAGE_BUGREPORT http://code.google.com/p/uchardet/issues/entry) set (PACKAGE_BUGREPORT https://github.com/BYVoid/uchardet/issues)
set (UCHARDET_VERSION_MAJOR 0) set (UCHARDET_VERSION_MAJOR 0)
set (UCHARDET_VERSION_MINOR 0) set (UCHARDET_VERSION_MINOR 0)
set (UCHARDET_VERSION_REVISION 3) set (UCHARDET_VERSION_REVISION 3)

View File

@ -82,7 +82,7 @@ uchardet Command Line Tool
Version 0.0.3 Version 0.0.3
Authors: BYVoid, Jehan Authors: BYVoid, Jehan
Bug Report: http://code.google.com/p/uchardet/issues/entry Bug Report: https://github.com/BYVoid/uchardet/issues
Usage: Usage:
uchardet [Options] [File]... uchardet [Options] [File]...

View File

@ -81,7 +81,7 @@ void show_version()
printf("Version %s\n", VERSION); printf("Version %s\n", VERSION);
printf("\n"); printf("\n");
printf("Authors: %s\n", "BYVoid, Jehan"); printf("Authors: %s\n", "BYVoid, Jehan");
printf("Bug Report: %s\n", "http://code.google.com/p/uchardet/issues/entry"); printf("Bug Report: %s\n", "https://github.com/BYVoid/uchardet/issues");
printf("\n"); printf("\n");
} }